Skip to content
https://statnews.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
72
GRADE
C
FIX
5
REVIEW
1
PASS
7
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

93
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
93
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

670 ms

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

1.10 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

127 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.009

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

1.82 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

5.64 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
7 PASS 1 REVIEW 5 FIX
F
Page Weight Budget
Action
4.2 MB transferred, 214 requests
FIX
4.2 MB transferred, 214 requests
Critical::
Page weighs 9.4 MB (4.2 MB transferred)
Warning::
JavaScript is 1.9 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.9 MB
Warning::
Images are 1.8 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.8 MB
Info::
Fonts are 290 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 290 KB
Warning::
214 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.89 g CO2 per page load
4.2 MB / 2.4 MB budget
4.2 MB transferred
214 requests
0.89 g CO2 per page load
JavaScript 1.9 MiB 44%
Images 1.8 MiB 43%
Fonts 289.7 KiB 7%
Other 64.6 KiB 1%
Other 63.2 KiB 1%
HTML 58.7 KiB 1%
CSS 41.9 KiB 1%
Other 28.3 KiB 1%
Other 595 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (4.2 MiB of 4.2 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
2090ms total JS execution
FIX
2090ms total JS execution
Warning::
https://www.statnews.com/: 482ms CPU time
Warning::
Unattributable: 326ms CPU time
Warning::
https://j927.statnews.com/script.js?ver=6c65ed2065...: 326ms CPU time
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 313ms CPU time
Info::
https://js.hs-analytics.net/analytics/177680760000...: 167ms CPU time
Warning::
Third-party scripts: 2090ms (100% of total)

Main Thread Breakdown

Script Evaluation 59% Other 17% Style & Layout 11% Script Parsing & Compilation 6% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://www.statnews.com/482ms31ms4ms3rd
Unattributable326ms30ms0ms3rd
https://j927.statnews.com/script.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771326ms299ms5ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31097964313ms264ms18ms3rd
https://js.hs-analytics.net/analytics/1776807600000/3318816.js167ms117ms4ms3rd
https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js143ms118ms16ms3rd
https://www.statnews.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1116ms87ms3ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-953521636116ms98ms16ms3rd
https://cdn.tinypass.com/api/tinypass.min.js101ms69ms15ms3rd
F
JS Bundles
Action
92 scripts, 538 KB unused
FIX
92 scripts, 538 KB unused
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 93 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.cookielaw.org/scripttemplates/202602.1...: 72 KB unused (56%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.tinypass.com/api/tinypass.min.js: 70 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-953...: 51 KB unused (36%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://j927.statnews.com/plugin/library/b84cb8bcd...: 49 KB unused (63%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 538 KB
538 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31097964188 KB93 KB (50%)3rd
https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js129 KB72 KB (56%)3rd
https://cdn.tinypass.com/api/tinypass.min.js133 KB70 KB (53%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-953521636142 KB51 KB (36%)3rd
https://j927.statnews.com/plugin/library/b84cb8bcd7a1ab87e06ea0abd1b9d2e779 KB49 KB (63%)3rd
https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js57 KB36 KB (64%)3rd
https://j927.statnews.com/plugin/plugin/0c504dc4b6cf24796901e03d3465318a68 KB35 KB (52%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB35 KB (36%)3rd
https://www.statnews.com/wp-content/plugins/stat-prebid/js/vendor/prebid11.2.0.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b77171 KB32 KB (45%)3rd
https://cdn.cxense.com/cx.js38 KB22 KB (58%)3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
214 resources · 4.2 MB · 538 KB savings available
FIX
214 resources · 4.2 MB · 538 KB savings available
Warning::
Page weight 3.2 MB over 1MB target
Got: 4.2 MB Expected: ≤ 1 MB
Info::
~538 KB of savings available
Warning::
213 third-party resources (100% of weight)
Info::
1 resources over 200KB
214 resources · 4.2 MiB · 213 third-party 3.2 MiB over 1MB target
JavaScript 44% · 1.9 MiB
Image 43% · 1.8 MiB
Font 7% · 289.7 KiB
Other 3% · 148.8 KiB
Document 1% · 59.8 KiB
CSS 1% · 46.6 KiB

~537.8 KiB of savings available

Remove unused JavaScript: 537.8 KiB
C
Image Optimization
Action
54 images, 0 KB saveable
REVIEW
54 images, 0 KB saveable
Warning::
https://www.statnews.com/wp-content/uploads/2026/0... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.statnews.com/wp-content/themes/stat/im... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.statnews.com/wp-content/themes/stat/im... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.statnews.com/wp-content/themes/stat/im... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
54 images 1.8 MB
0 oversized -0 KB
53 legacy format
4 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
10 fonts (290 KB)
PASS
10 fonts (290 KB)
Info::
10 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

10

290 KB total

Render-blocking

0

of 10

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s FCP 670 ms LCP 1.1 shttps://www.statnews.com/wp-content/themes/stat/fonts/Circular-Black.woff2Circular-Black.woff2 https://www.statnews.com/wp-content/themes/stat/fonts/Circular-Black.woff2 — 47.3 KiB — 63 ms — font-display: swaphttps://www.statnews.com/wp-content/themes/stat/fonts/Circular-Book.woff2Circular-Book.woff2 https://www.statnews.com/wp-content/themes/stat/fonts/Circular-Book.woff2 — 41.3 KiB — 58 ms — font-display: swaphttps://www.statnews.com/wp-content/themes/stat/css/b645527f3bf38c79ea67-bc854c951401267ca4d3ebcf2b51df50.woff2b645527f3bf38c79ea67-bc... https://www.statnews.com/wp-content/themes/stat/css/b645527f3bf38c79ea67-bc854c951401267ca4d3ebcf2b51df50.woff2 — 6.6 KiB — 55 ms — font-display: swaphttps://www.statnews.com/wp-content/themes/stat/fonts/CircularStd-Medium.woff2CircularStd-Medium.woff2 https://www.statnews.com/wp-content/themes/stat/fonts/CircularStd-Medium.woff2 — 27.7 KiB — 59 ms — font-display: swaphttps://www.statnews.com/wp-content/themes/stat/css/e37d12aac19849b3b2ff-0e8c61fe9c7d1bfd9de0262f7e75ca43.woff2e37d12aac19849b3b2ff-0e... https://www.statnews.com/wp-content/themes/stat/css/e37d12aac19849b3b2ff-0e8c61fe9c7d1bfd9de0262f7e75ca43.woff2 — 6.9 KiB — 50 ms — font-display: swaphttps://www.statnews.com/wp-content/themes/stat/css/d356c2c28268e5bd7281-2354fa27a655c972f071c339d3f67ac9.woff2d356c2c28268e5bd7281-23... https://www.statnews.com/wp-content/themes/stat/css/d356c2c28268e5bd7281-2354fa27a655c972f071c339d3f67ac9.woff2 — 5.7 KiB — 52 ms — font-display: swaphttps://www.statnews.com/wp-content/themes/stat/fonts/Utopia.woff2Utopia.woff2 https://www.statnews.com/wp-content/themes/stat/fonts/Utopia.woff2 — 49.9 KiB — 47 ms — font-display: swaphttps://www.statnews.com/wp-content/themes/stat/css/d65617c49fdb35a41659-d759416f23074757e705ac6d5bd8e812.woff2d65617c49fdb35a41659-d7... https://www.statnews.com/wp-content/themes/stat/css/d65617c49fdb35a41659-d759416f23074757e705ac6d5bd8e812.woff2 — 2.5 KiB — 53 ms — font-display: swaphttps://www.statnews.com/wp-content/themes/stat/fonts/Circular-Bold.woff2Circular-Bold.woff2 https://www.statnews.com/wp-content/themes/stat/fonts/Circular-Bold.woff2 — 73.6 KiB — 58 ms — font-display: swaphttps://i.piano.io/managedservices/stat-news/CircularStd-Book.woff2CircularStd-Book.woff2 https://i.piano.io/managedservices/stat-news/CircularStd-Book.woff2 — 28.3 KiB — 27 ms — font-display: swap
Circular-Black.woff2 woff2 swap
Size 47 KB
Load time 63 ms
Start 311 ms
Risk FOUT — text flashes from fallback to web font
Circular-Book.woff2 woff2 swap
Size 41 KB
Load time 58 ms
Start 312 ms
Risk FOUT — text flashes from fallback to web font
b645527f3bf38c79ea67-bc... woff2 swap
Size 7 KB
Load time 55 ms
Start 312 ms
Risk FOUT — text flashes from fallback to web font
CircularStd-Medium.woff2 woff2 swap
Size 28 KB
Load time 59 ms
Start 312 ms
Risk FOUT — text flashes from fallback to web font
e37d12aac19849b3b2ff-0e... woff2 swap
Size 7 KB
Load time 50 ms
Start 312 ms
Risk FOUT — text flashes from fallback to web font
d356c2c28268e5bd7281-23... woff2 swap
Size 6 KB
Load time 52 ms
Start 313 ms
Risk FOUT — text flashes from fallback to web font
Utopia.woff2 woff2 swap
Size 50 KB
Load time 47 ms
Start 313 ms
Risk FOUT — text flashes from fallback to web font
d65617c49fdb35a41659-d7... woff2 swap
Size 2 KB
Load time 53 ms
Start 469 ms
Risk FOUT — text flashes from fallback to web font
Circular-Bold.woff2 woff2 swap
Size 74 KB
Load time 58 ms
Start 470 ms
Risk FOUT — text flashes from fallback to web font
CircularStd-Book.woff2 woff2 swap
Size 28 KB
Load time 27 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

A
HTTP Caching
max-age=3600 (1 hour)
PASS
max-age=3600 (1 hour)
Info::
Cache-Control header is set
Got: max-age=3600
Info::
Effective TTL: 1 hour (max-age=3600)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=3600

DirectiveValueMeaning
max-age3600Cache for 1 hour
Effective TTL: 3600 seconds
Network Waterfall
214 requests over 4520ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 670 ms LCP 1.1 shttps://statnews.com// https://statnews.com/ — 301 — 154 B — 53 ms — h2https://www.statnews.com/www.statnews.com/ https://www.statnews.com/ — 200 — 45.5 KiB — 50 ms — h2https://www.statnews.com/wp-content/themes/stat/css/style.css?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/css/style.css?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 21.3 KiB — 55 ms — h2https://www.statnews.com/wp-content/themes/stat/css/home.css?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/css/home.css?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 14.3 KiB — 58 ms — h2https://www.statnews.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.statnews.com/wp-includes/js/jqu... https://www.statnews.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 30.0 KiB — 58 ms — h2https://www.statnews.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1www.statnews.com/wp-includes/js/jqu... https://www.statnews.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.0 KiB — 48 ms — h2https://www.statnews.com/wp-content/plugins/stat-dfp/js/stat-dfp-global.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/plugins... https://www.statnews.com/wp-content/plugins/stat-dfp/js/stat-dfp-global.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 1.8 KiB — 49 ms — h2https://www.statnews.com/wp-content/themes/stat/images/stat-logo-10.svgwww.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/images/stat-logo-10.svg — 200 — 2.7 KiB — 50 ms — h2https://www.statnews.com/wp-content/uploads/2026/04/SM26_Winner_Marketing_CrossPromoImage-2.jpgwww.statnews.com/wp-content/uploads... https://www.statnews.com/wp-content/uploads/2026/04/SM26_Winner_Marketing_CrossPromoImage-2.jpg — 200 — 120.0 KiB — 49 ms — h2https://www.statnews.com/wp-content/uploads/2026/04/GettyImages-2272417436-1-1024x576.jpgwww.statnews.com/wp-content/uploads... https://www.statnews.com/wp-content/uploads/2026/04/GettyImages-2272417436-1-1024x576.jpg — 200 — 81.2 KiB — 50 ms — h2https://www.statnews.com/wp-content/plugins/stat-lazy-load/images/80x80-00000000.pngwww.statnews.com/wp-content/plugins... https://www.statnews.com/wp-content/plugins/stat-lazy-load/images/80x80-00000000.png — 200 — 312 B — 55 ms — h2https://www.statnews.com/wp-includes/js/underscore.min.js?ver=1.13.7www.statnews.com/wp-includes/js/und... https://www.statnews.com/wp-includes/js/underscore.min.js?ver=1.13.7 — 200 — 7.3 KiB — 68 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-commons.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-commons.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 20.1 KiB — 52 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-onetrust.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-onetrust.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 975 B — 56 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771cdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 9.1 KiB — 23 ms — h2https://www.npttech.com/advertising.jswww.npttech.com/advertising.js https://www.npttech.com/advertising.js — 200 — 3.0 KiB — 26 ms — h3https://www.statnews.com/wp-content/compiled/js/stat-theme.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-theme.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 3.9 KiB — 43 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-paywall.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-paywall.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 11.5 KiB — 46 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-home.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-home.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 5.3 KiB — 55 ms — h2https://www.statnews.com/wp-content/plugins/ad-refresh-control/dist/js/frontend.js?ver=1.1.5www.statnews.com/wp-content/plugins... https://www.statnews.com/wp-content/plugins/ad-refresh-control/dist/js/frontend.js?ver=1.1.5 — 200 — 1.2 KiB — 39 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-bizzabo.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-bizzabo.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 2.2 KiB — 42 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-lazy-load.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-lazy-load.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 1.4 KiB — 44 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-modal.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-modal.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 1.6 KiB — 39 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-video-looping.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-video-looping.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 1.2 KiB — 42 ms — h2https://www.statnews.com/wp-content/uploads/2025/06/Chelsea-Cirruzzo-avatar-round-80x80.pngwww.statnews.com/wp-content/uploads... https://www.statnews.com/wp-content/uploads/2025/06/Chelsea-Cirruzzo-avatar-round-80x80.png — 200 — 8.6 KiB — 50 ms — h2https://www.statnews.com/wp-content/plugins/stat-lazy-load/images/328x185-00000000.pngwww.statnews.com/wp-content/plugins... https://www.statnews.com/wp-content/plugins/stat-lazy-load/images/328x185-00000000.png — 200 — 628 B — 41 ms — h2https://www.statnews.com/wp-content/themes/stat/images/home/statplus.svgwww.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/images/home/statplus.svg — 200 — 770 B — 48 ms — h2https://www.statnews.com/wp-content/themes/stat/images/icons/chart-up.svgwww.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/images/icons/chart-up.svg — 200 — 583 B — 46 ms — h2https://www.statnews.com/wp-content/themes/stat/fonts/Circular-Black.woff2www.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/fonts/Circular-Black.woff2 — 200 — 47.3 KiB — 63 ms — h2https://www.statnews.com/wp-content/themes/stat/fonts/Circular-Book.woff2www.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/fonts/Circular-Book.woff2 — 200 — 41.3 KiB — 58 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 670 ms LCP 1.1 shttps://statnews.com// https://statnews.com/ — 301 — 154 B — 53 ms — h2https://www.statnews.com/www.statnews.com/ https://www.statnews.com/ — 200 — 45.5 KiB — 50 ms — h2https://www.statnews.com/wp-content/themes/stat/css/style.css?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/css/style.css?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 21.3 KiB — 55 ms — h2https://www.statnews.com/wp-content/themes/stat/css/home.css?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/css/home.css?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 14.3 KiB — 58 ms — h2https://www.statnews.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.statnews.com/wp-includes/js/jqu... https://www.statnews.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 30.0 KiB — 58 ms — h2https://www.statnews.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1www.statnews.com/wp-includes/js/jqu... https://www.statnews.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.0 KiB — 48 ms — h2https://www.statnews.com/wp-content/plugins/stat-dfp/js/stat-dfp-global.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/plugins... https://www.statnews.com/wp-content/plugins/stat-dfp/js/stat-dfp-global.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 1.8 KiB — 49 ms — h2https://www.statnews.com/wp-content/themes/stat/images/stat-logo-10.svgwww.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/images/stat-logo-10.svg — 200 — 2.7 KiB — 50 ms — h2https://www.statnews.com/wp-content/uploads/2026/04/SM26_Winner_Marketing_CrossPromoImage-2.jpgwww.statnews.com/wp-content/uploads... https://www.statnews.com/wp-content/uploads/2026/04/SM26_Winner_Marketing_CrossPromoImage-2.jpg — 200 — 120.0 KiB — 49 ms — h2https://www.statnews.com/wp-content/uploads/2026/04/GettyImages-2272417436-1-1024x576.jpgwww.statnews.com/wp-content/uploads... https://www.statnews.com/wp-content/uploads/2026/04/GettyImages-2272417436-1-1024x576.jpg — 200 — 81.2 KiB — 50 ms — h2https://www.statnews.com/wp-content/plugins/stat-lazy-load/images/80x80-00000000.pngwww.statnews.com/wp-content/plugins... https://www.statnews.com/wp-content/plugins/stat-lazy-load/images/80x80-00000000.png — 200 — 312 B — 55 ms — h2https://www.statnews.com/wp-includes/js/underscore.min.js?ver=1.13.7www.statnews.com/wp-includes/js/und... https://www.statnews.com/wp-includes/js/underscore.min.js?ver=1.13.7 — 200 — 7.3 KiB — 68 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-commons.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-commons.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 20.1 KiB — 52 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-onetrust.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-onetrust.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 975 B — 56 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771cdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 9.1 KiB — 23 ms — h2https://www.npttech.com/advertising.jswww.npttech.com/advertising.js https://www.npttech.com/advertising.js — 200 — 3.0 KiB — 26 ms — h3https://www.statnews.com/wp-content/compiled/js/stat-theme.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-theme.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 3.9 KiB — 43 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-paywall.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-paywall.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 11.5 KiB — 46 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-home.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-home.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 5.3 KiB — 55 ms — h2https://www.statnews.com/wp-content/plugins/ad-refresh-control/dist/js/frontend.js?ver=1.1.5www.statnews.com/wp-content/plugins... https://www.statnews.com/wp-content/plugins/ad-refresh-control/dist/js/frontend.js?ver=1.1.5 — 200 — 1.2 KiB — 39 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-bizzabo.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-bizzabo.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 2.2 KiB — 42 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-lazy-load.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-lazy-load.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 1.4 KiB — 44 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-modal.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-modal.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 1.6 KiB — 39 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-video-looping.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-video-looping.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 1.2 KiB — 42 ms — h2https://www.statnews.com/wp-content/uploads/2025/06/Chelsea-Cirruzzo-avatar-round-80x80.pngwww.statnews.com/wp-content/uploads... https://www.statnews.com/wp-content/uploads/2025/06/Chelsea-Cirruzzo-avatar-round-80x80.png — 200 — 8.6 KiB — 50 ms — h2https://www.statnews.com/wp-content/plugins/stat-lazy-load/images/328x185-00000000.pngwww.statnews.com/wp-content/plugins... https://www.statnews.com/wp-content/plugins/stat-lazy-load/images/328x185-00000000.png — 200 — 628 B — 41 ms — h2https://www.statnews.com/wp-content/themes/stat/images/home/statplus.svgwww.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/images/home/statplus.svg — 200 — 770 B — 48 ms — h2https://www.statnews.com/wp-content/themes/stat/images/icons/chart-up.svgwww.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/images/icons/chart-up.svg — 200 — 583 B — 46 ms — h2https://www.statnews.com/wp-content/themes/stat/fonts/Circular-Black.woff2www.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/fonts/Circular-Black.woff2 — 200 — 47.3 KiB — 63 ms — h2https://www.statnews.com/wp-content/themes/stat/fonts/Circular-Book.woff2www.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/fonts/Circular-Book.woff2 — 200 — 41.3 KiB — 58 ms — h2https://www.statnews.com/wp-content/themes/stat/css/b645527f3bf38c79ea67-bc854c951401267ca4d3ebcf2b51df50.woff2www.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/css/b645527f3bf38c79ea67-bc854c951401267ca4d3ebcf2b51df50.woff2 — 200 — 6.6 KiB — 55 ms — h2https://www.statnews.com/wp-content/themes/stat/fonts/CircularStd-Medium.woff2www.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/fonts/CircularStd-Medium.woff2 — 200 — 27.7 KiB — 59 ms — h2https://www.statnews.com/wp-content/themes/stat/css/e37d12aac19849b3b2ff-0e8c61fe9c7d1bfd9de0262f7e75ca43.woff2www.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/css/e37d12aac19849b3b2ff-0e8c61fe9c7d1bfd9de0262f7e75ca43.woff2 — 200 — 6.9 KiB — 50 ms — h2https://www.statnews.com/wp-content/themes/stat/css/d356c2c28268e5bd7281-2354fa27a655c972f071c339d3f67ac9.woff2www.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/css/d356c2c28268e5bd7281-2354fa27a655c972f071c339d3f67ac9.woff2 — 200 — 5.7 KiB — 52 ms — h2https://www.statnews.com/wp-content/themes/stat/fonts/Utopia.woff2www.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/fonts/Utopia.woff2 — 200 — 49.9 KiB — 47 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-hubspot-forms.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-hubspot-forms.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 1.8 KiB — 63 ms — h2https://www.statnews.com/wp-content/plugins/stat-analytics/js/vendor/AppMeasurement/AppMeasurement.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/plugins... https://www.statnews.com/wp-content/plugins/stat-analytics/js/vendor/AppMeasurement/AppMeasurement.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 13.9 KiB — 65 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-adobe-analytics.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-adobe-analytics.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 10.0 KiB — 41 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-meter.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-meter.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 5.7 KiB — 43 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-toasters.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-toasters.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 820 B — 73 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-dfp.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-dfp.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 1.4 KiB — 64 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-google-ads.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-google-ads.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 789 B — 39 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-microsoft-ads.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-microsoft-ads.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 805 B — 58 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-prebid.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-prebid.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 1.2 KiB — 50 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-facebook-pixel.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-facebook-pixel.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 1.0 KiB — 41 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-linkedin.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-linkedin.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 720 B — 44 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-blueconic.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-blueconic.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 639 B — 45 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-comscore.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-comscore.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 563 B — 58 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-hotjar.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-hotjar.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 624 B — 43 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-mather.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-mather.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 1.0 KiB — 43 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-pulsepoint-pixel.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-pulsepoint-pixel.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 777 B — 60 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-reddit-ads.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-reddit-ads.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 737 B — 46 ms — h2https://www.statnews.com/wp-content/themes/stat/css/d65617c49fdb35a41659-d759416f23074757e705ac6d5bd8e812.woff2www.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/css/d65617c49fdb35a41659-d759416f23074757e705ac6d5bd8e812.woff2 — 200 — 2.5 KiB — 53 ms — h2https://www.statnews.com/wp-content/themes/stat/fonts/Circular-Bold.woff2www.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/fonts/Circular-Bold.woff2 — 200 — 73.6 KiB — 58 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-twitter-tag.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-twitter-tag.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 741 B — 51 ms — h2https://www.statnews.com/wp-content/compiled/js/stat-hubspot-tracker.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/compile... https://www.statnews.com/wp-content/compiled/js/stat-hubspot-tracker.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 2.4 KiB — 47 ms — h2https://www.statnews.com/wp-content/plugins/stat-app-banner/manifest.jsonwww.statnews.com/wp-content/plugins... https://www.statnews.com/wp-content/plugins/stat-app-banner/manifest.json — 200 — 595 B — 65 ms — h2https://cdn.cookielaw.org/consent/ef0ea030-d673-4dee-a621-6fe719f2800d/ef0ea030-d673-4dee-a621-6fe719f2800d.jsoncdn.cookielaw.org/consent/ef0ea030-... https://cdn.cookielaw.org/consent/ef0ea030-d673-4dee-a621-6fe719f2800d/ef0ea030-d673-4dee-a621-6fe719f2800d.json — 200 — 2.5 KiB — 44 ms — h2https://www.statnews.com/wp-content/themes/stat/images/stat-plus-logo.svgwww.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/images/stat-plus-logo.svg — 200 — 1.1 KiB — 63 ms — h2https://www.statnews.com/wp-content/themes/stat/images/home/plus-signs.svgwww.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/images/home/plus-signs.svg — 200 — 462 B — 65 ms — h2https://www.statnews.com/wp-content/themes/stat/images/home/morning-rounds.svgwww.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/images/home/morning-rounds.svg — 200 — 1.5 KiB — 62 ms — h2https://www.statnews.com/wp-content/themes/stat/images/home/crossword.pngwww.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/images/home/crossword.png — 200 — 8.4 KiB — 87 ms — h2https://www.statnews.com/wp-content/uploads/2026/01/2026AACR_Wordpress_CalendarImage-1-768x432.jpgwww.statnews.com/wp-content/uploads... https://www.statnews.com/wp-content/uploads/2026/01/2026AACR_Wordpress_CalendarImage-1-768x432.jpg — 200 — 57.3 KiB — 100 ms — h2https://www.statnews.com/wp-content/themes/stat/images/home/Obesity%20Tracker%20-%20Curated%20Card.jpgwww.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/images/home/Obesity%20Tracker%20-%20Curated%20Card.jpg — 200 — 122.6 KiB — 55 ms — h2https://www.statnews.com/wp-content/themes/stat/images/home/CRISPR%20Tracker%20-%20Curated%20Card.jpgwww.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/images/home/CRISPR%20Tracker%20-%20Curated%20Card.jpg — 200 — 99.1 KiB — 103 ms — h2https://www.statnews.com/wp-content/themes/stat/images/home/Generative%20AI%20Tracker%20-%20Curated%20Card.jpgwww.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/images/home/Generative%20AI%20Tracker%20-%20Curated%20Card.jpg — 200 — 74.5 KiB — 93 ms — h2https://www.statnews.com/wp-content/themes/stat/images/home/Breakthrough%20Device%20Tracker%20-%20Curated%20Card.jpgwww.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/images/home/Breakthrough%20Device%20Tracker%20-%20Curated%20Card.jpg — 200 — 66.3 KiB — 95 ms — h2https://www.statnews.com/wp-content/themes/stat/images/home/ReportCarousel_Chaotic.pngwww.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/images/home/ReportCarousel_Chaotic.png — 200 — 113.4 KiB — 68 ms — h2https://www.statnews.com/wp-content/themes/stat/images/home/ReportCarousel_Shattered.pngwww.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/images/home/ReportCarousel_Shattered.png — 200 — 128.9 KiB — 79 ms — h2https://www.statnews.com/wp-content/themes/stat/images/home/ReportCarousel_Firms.pngwww.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/images/home/ReportCarousel_Firms.png — 200 — 169.9 KiB — 113 ms — h2https://www.statnews.com/wp-content/themes/stat/images/home/ROL_SliderAsset1.pngwww.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/images/home/ROL_SliderAsset1.png — 200 — 308.3 KiB — 119 ms — h2https://www.statnews.com/wp-content/themes/stat/images/home/FOP_SliderAsset.jpgwww.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/images/home/FOP_SliderAsset.jpg — 200 — 43.9 KiB — 87 ms — h2https://www.statnews.com/wp-content/themes/stat/images/home/CC_SliderAsset.pngwww.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/images/home/CC_SliderAsset.png — 200 — 72.2 KiB — 102 ms — h2https://www.statnews.com/wp-content/uploads/2024/12/AP23242526424006-768x432.jpgwww.statnews.com/wp-content/uploads... https://www.statnews.com/wp-content/uploads/2024/12/AP23242526424006-768x432.jpg — 200 — 48.7 KiB — 64 ms — h2https://www.statnews.com/wp-content/uploads/2023/09/AdobeStock_271919699-500x281.jpegwww.statnews.com/wp-content/uploads... https://www.statnews.com/wp-content/uploads/2023/09/AdobeStock_271919699-500x281.jpeg — 200 — 10.9 KiB — 94 ms — h2https://www.statnews.com/wp-content/uploads/2026/04/AdobeStock_131336081-768x432.jpegwww.statnews.com/wp-content/uploads... https://www.statnews.com/wp-content/uploads/2026/04/AdobeStock_131336081-768x432.jpeg — 200 — 58.4 KiB — 109 ms — h2https://www.statnews.com/wp-content/uploads/2026/04/AdobeStock_73055193-768x432.jpegwww.statnews.com/wp-content/uploads... https://www.statnews.com/wp-content/uploads/2026/04/AdobeStock_73055193-768x432.jpeg — 200 — 144.5 KiB — 115 ms — h2https://www.statnews.com/wp-content/uploads/2026/04/YSNF6ILVWYEOR7LC2XLPMK3VII-768x432.jpgwww.statnews.com/wp-content/uploads... https://www.statnews.com/wp-content/uploads/2026/04/YSNF6ILVWYEOR7LC2XLPMK3VII-768x432.jpg — 200 — 61.5 KiB — 112 ms — h2https://www.statnews.com/wp-content/uploads/2026/04/GettyImages-2163305556-768x432.jpgwww.statnews.com/wp-content/uploads... https://www.statnews.com/wp-content/uploads/2026/04/GettyImages-2163305556-768x432.jpg — 200 — 31.0 KiB — 93 ms — h2https://www.statnews.com/wp-content/themes/stat/css/print.css?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/themes/... https://www.statnews.com/wp-content/themes/stat/css/print.css?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 982 B — 115 ms — h2blob:https://www.statnews.com/6b46d4c1-d65f-4d36-ac59-c25a26d5b888www.statnews.com/6b46d4c1-d65f-4d36... blob:https://www.statnews.com/6b46d4c1-d65f-4d36-ac59-c25a26d5b888 — 200 — -1 B — 253 ms — blobhttps://smetrics.statnews.com/b/ss/nytstat,nytbgglobal/1/JS-2.22.4/s97829736660789?AQB=1&ndh=1&pf=1&t=21%2F3%2F2026%2021%3A43%3A7%202%200&fid=169F97F15C477685-1EBD945D19E15902&ce=UTF-8&pageName=stat%20%7C%20homepage&g=https%3A%2F%2Fwww.statnews.com%2F&cc=USD&ch=homepage&server=www.statnews.com&events=event2&c6=homepage&c10=New&v10=New&c41=statnews.com&v41=statnews.com&c43=D%3Dg&v55=homepage&v60=logged%20out&v113=no&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&AQE=1smetrics.statnews.com/b/ss/nytstat,... https://smetrics.statnews.com/b/ss/nytstat,nytbgglobal/1/JS-2.22.4/s97829736660789?AQB=1&ndh=1&pf=1&t=21%2F3%2F2026%2021%3A43%3A7%202%200&fid=169F97F15C477685-1EBD945D19E15902&ce=UTF-8&pageName=stat%20%7C%20homepage&g=https%3A%2F%2Fwww.statnews.com%2F&cc=USD&ch=homepage&server=www.statnews.com&events=event2&c6=homepage&c10=New&v10=New&c41=statnews.com&v41=statnews.com&c43=D%3Dg&v55=homepage&v60=logged%20out&v113=no&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&AQE=1 — 302 — 778 B — 47 ms — h2https://cdn.tinypass.com/api/tinypass.min.jscdn.tinypass.com/api/tinypass.min.j... https://cdn.tinypass.com/api/tinypass.min.js — 200 — 132.6 KiB — 55 ms — h3https://static.chartbeat.com/js/chartbeat.jsstatic.chartbeat.com/js/chartbeat.j... https://static.chartbeat.com/js/chartbeat.js — 200 — 15.9 KiB — 111 ms — h2https://smetrics.statnews.com/b/ss/nytstat,nytbgglobal/1/JS-2.22.4/s97829736660789?AQB=1&pccr=true&vidn=34F3F7B5851043C1-6000132C2393C1AB&ndh=1&pf=1&t=21%2F3%2F2026%2021%3A43%3A7%202%200&fid=169F97F15C477685-1EBD945D19E15902&ce=UTF-8&pageName=stat%20%7C%20homepage&g=https%3A%2F%2Fwww.statnews.com%2F&cc=USD&ch=homepage&server=www.statnews.com&events=event2&c6=homepage&c10=New&v10=New&c41=statnews.com&v41=statnews.com&c43=D%3Dg&v55=homepage&v60=logged%20out&v113=no&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&AQE=1smetrics.statnews.com/b/ss/nytstat,... https://smetrics.statnews.com/b/ss/nytstat,nytbgglobal/1/JS-2.22.4/s97829736660789?AQB=1&pccr=true&vidn=34F3F7B5851043C1-6000132C2393C1AB&ndh=1&pf=1&t=21%2F3%2F2026%2021%3A43%3A7%202%200&fid=169F97F15C477685-1EBD945D19E15902&ce=UTF-8&pageName=stat%20%7C%20homepage&g=https%3A%2F%2Fwww.statnews.com%2F&cc=USD&ch=homepage&server=www.statnews.com&events=event2&c6=homepage&c10=New&v10=New&c41=statnews.com&v41=statnews.com&c43=D%3Dg&v55=homepage&v60=logged%20out&v113=no&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&AQE=1 — 200 — 140 B — 15 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 307 B — 39 ms — h2https://smetrics.statnews.com/b/ss/nytstat,nytbgglobal/1/JS-2.22.4/s98516540097903?AQB=1&ndh=1&pf=1&t=21%2F3%2F2026%2021%3A43%3A7%202%200&fid=169F97F15C477685-1EBD945D19E15902&ce=UTF-8&pageName=stat%20%7C%20homepage&g=https%3A%2F%2Fwww.statnews.com%2F&cc=USD&v119=yes&v122=yes&pe=lnk_o&pev2=stat%20%7C%20homepage%20%7C%20paywall%20plan%20group%20name%20and%2For%20browser%20is%20private&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&AQE=1smetrics.statnews.com/b/ss/nytstat,... https://smetrics.statnews.com/b/ss/nytstat,nytbgglobal/1/JS-2.22.4/s98516540097903?AQB=1&ndh=1&pf=1&t=21%2F3%2F2026%2021%3A43%3A7%202%200&fid=169F97F15C477685-1EBD945D19E15902&ce=UTF-8&pageName=stat%20%7C%20homepage&g=https%3A%2F%2Fwww.statnews.com%2F&cc=USD&v119=yes&v122=yes&pe=lnk_o&pev2=stat%20%7C%20homepage%20%7C%20paywall%20plan%20group%20name%20and%2For%20browser%20is%20private&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&AQE=1 — 200 — 117 B — 21 ms — h2https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js — 200 — 129.0 KiB — 30 ms — h2https://www.statnews.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4www.statnews.com/wp-includes/js/wp-... https://www.statnews.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4 — 200 — 5.6 KiB — 41 ms — h2https://www.statnews.com/wp-json/stat-paywall/v1/lookup?email=&include_group_info=true&include_subscription_info=falsewww.statnews.com/wp-json/stat-paywa... https://www.statnews.com/wp-json/stat-paywall/v1/lookup?email=&include_group_info=true&include_subscription_info=false — 200 — 596 B — 499 ms — h2https://ping.chartbeat.net/ping?h=statnews.com&p=%2F&u=CvC-k5DPk-KYD-bibw&d=statnews.com&g=8544&g0=homepage&g1=No%20Author&n=1&f=00001&c=0&x=0&m=0&y=8731&o=1350&w=940&j=45&R=1&W=0&I=0&E=0&e=0&r=&PA=https%3A%2F%2Fwww.statnews.com%2F&b=914&_s=%7B%22pageName%22%3A%22stat%20%7C%20homepage%22%2C%22visidHigh%22%3A1630188653022508800%2C%22visidLow%22%3A2215089719323220200%2C%22visidType%22%3A4%7D&t=CY3rfAD0TVOsDzuh3oBPw-rdBviywT&V=150&i=STAT%20%7C%20A%20decade%20of%20reporting%20from%20the%20frontiers%20of%20health%20and%20medicine&tz=0&_acct=anon&sn=1&sv=CjFvhoCsGpmOFwNyFBe6g5hCTDhaO&sr=external&sd=1&im=067b0ff3&_ping.chartbeat.net/ping?h=statnews.... https://ping.chartbeat.net/ping?h=statnews.com&p=%2F&u=CvC-k5DPk-KYD-bibw&d=statnews.com&g=8544&g0=homepage&g1=No%20Author&n=1&f=00001&c=0&x=0&m=0&y=8731&o=1350&w=940&j=45&R=1&W=0&I=0&E=0&e=0&r=&PA=https%3A%2F%2Fwww.statnews.com%2F&b=914&_s=%7B%22pageName%22%3A%22stat%20%7C%20homepage%22%2C%22visidHigh%22%3A1630188653022508800%2C%22visidLow%22%3A2215089719323220200%2C%22visidType%22%3A4%7D&t=CY3rfAD0TVOsDzuh3oBPw-rdBviywT&V=150&i=STAT%20%7C%20A%20decade%20of%20reporting%20from%20the%20frontiers%20of%20health%20and%20medicine&tz=0&_acct=anon&sn=1&sv=CjFvhoCsGpmOFwNyFBe6g5hCTDhaO&sr=external&sd=1&im=067b0ff3&_ — 200 — 201 B — 34 ms — h2https://cdn.cookielaw.org/consent/ef0ea030-d673-4dee-a621-6fe719f2800d/0199ed7a-447f-77e6-9b2f-bc59315e66a8/en.jsoncdn.cookielaw.org/consent/ef0ea030-... https://cdn.cookielaw.org/consent/ef0ea030-d673-4dee-a621-6fe719f2800d/0199ed7a-447f-77e6-9b2f-bc59315e66a8/en.json — 200 — 29.7 KiB — 26 ms — h2https://www.statnews.com/wp-content/uploads/2023/06/cropped-STAT-Favicon-Round-32x32.pngwww.statnews.com/wp-content/uploads... https://www.statnews.com/wp-content/uploads/2023/06/cropped-STAT-Favicon-Round-32x32.png — 200 — 1.4 KiB — 46 ms — h2https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/otCenterRounded.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/otCenterRounded.json — 200 — 2.9 KiB — 28 ms — h2https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/v2/otPcCenter.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/v2/otPcCenter.json — 200 — 13.4 KiB — 38 ms — h2https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/otCommonStyles.css — 200 — 4.7 KiB — 33 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-953521636www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-953521636 — 200 — 141.9 KiB — 119 ms — h2https://bat.bing.com/bat.jsbat.bing.com/bat.js https://bat.bing.com/bat.js — 200 — 15.5 KiB — 103 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 80 ms — h3https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 218 B — 69 ms — h2https://sb.scorecardresearch.com/cs/6035042/beacon.jssb.scorecardresearch.com/cs/6035042... https://sb.scorecardresearch.com/cs/6035042/beacon.js — 302 — 264 B — 201 ms — h2https://static.hotjar.com/c/hotjar-3604349.js?sv=6static.hotjar.com/c/hotjar-3604349.... https://static.hotjar.com/c/hotjar-3604349.js?sv=6 — 200 — 6.3 KiB — 63 ms — h2https://js.matheranalytics.com/s/ma53098/964106900/ml.js?cb=1714js.matheranalytics.com/s/ma53098/96... https://js.matheranalytics.com/s/ma53098/964106900/ml.js?cb=1714 — 301 — 213 B — 184 ms — h2https://bh.contextweb.com/cp?p=8283&token=BCXEXRJZNAIF&ch=1&url=https://www.statnews.com/&rr=&us_privacy=1NNNbh.contextweb.com/cp?p=8283&token=B... https://bh.contextweb.com/cp?p=8283&token=BCXEXRJZNAIF&ch=1&url=https://www.statnews.com/&rr=&us_privacy=1NNN — 200 — 24.1 KiB — 72 ms — h2https://www.redditstatic.com/ads/pixel.jswww.redditstatic.com/ads/pixel.js https://www.redditstatic.com/ads/pixel.js — 200 — 19.0 KiB — 62 ms — h2https://static.ads-twitter.com/uwt.jsstatic.ads-twitter.com/uwt.js https://static.ads-twitter.com/uwt.js — 200 — 13.4 KiB — 40 ms — h2https://www.statnews.com/wp-content/plugins/stat-prebid/js/vendor/prebid11.2.0.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771www.statnews.com/wp-content/plugins... https://www.statnews.com/wp-content/plugins/stat-prebid/js/vendor/prebid11.2.0.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 71.4 KiB — 52 ms — h2https://js.hs-scripts.com/3318816.jsjs.hs-scripts.com/3318816.js https://js.hs-scripts.com/3318816.js — 200 — 1.1 KiB — 46 ms — h2https://j927.statnews.com/script.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771j927.statnews.com/script.js?ver=6c6... https://j927.statnews.com/script.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 45.0 KiB — 18 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771securepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 — 200 — 33.8 KiB — 41 ms — h3https://cdn.cookielaw.org/logos/static/ot_guard_logo.svgcdn.cookielaw.org/logos/static/ot_g... https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg — 200 — 506 B — 18 ms — h2https://cdn.cookielaw.org/logos/static/ot_company_logo.pngcdn.cookielaw.org/logos/static/ot_c... https://cdn.cookielaw.org/logos/static/ot_company_logo.png — 200 — 19.2 KiB — 15 ms — h2https://cdn.cookielaw.org/logos/static/powered_by_logo.svgcdn.cookielaw.org/logos/static/powe... https://cdn.cookielaw.org/logos/static/powered_by_logo.svg — 200 — 2.5 KiB — 17 ms — h2https://js.matheranalytics.com/static/ltm/ma53098/964106900/3/ml.br.jsjs.matheranalytics.com/static/ltm/m... https://js.matheranalytics.com/static/ltm/ma53098/964106900/3/ml.br.js — 200 — 42.8 KiB — 21 ms — h2https://sb.scorecardresearch.com/internal-cs/default/beacon.jssb.scorecardresearch.com/internal-c... https://sb.scorecardresearch.com/internal-cs/default/beacon.js — 200 — 6.7 KiB — 33 ms — h2https://www.statnews.com/wp-json/stat-paywall/v1/lookup?email=&include_group_info=true&include_subscription_info=falsewww.statnews.com/wp-json/stat-paywa... https://www.statnews.com/wp-json/stat-paywall/v1/lookup?email=&include_group_info=true&include_subscription_info=false — 200 — 225 B — 600 ms — h2https://b.bostonglobemedia.com/DG/DEFAULT/cs?&callback=bc_json312b.bostonglobemedia.com/DG/DEFAULT/c... https://b.bostonglobemedia.com/DG/DEFAULT/cs?&callback=bc_json312 — 200 — 730 B — 31 ms — h2https://bid.contextweb.com/header/ortb?src=prebidbid.contextweb.com/header/ortb?src=... https://bid.contextweb.com/header/ortb?src=prebid — 204 — 957 B — 24 ms — h2https://t.co/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=2&event_id=54baf8f1-7fce-42c8-b8d9-1ee94abfa851&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=dcfe1828-a257-4746-adf8-b0440f7cd837&pt=STAT%20%7C%20A%20decade%20of%20reporting%20from%20the%20frontiers%20of%20health%20and%20medicine&tw_document_href=https%3A%2F%2Fwww.statnews.com%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776807788042.42976509470161118&txn_id=nxyl4&type=javascript&version=2.3.53t.co/i/adsct?bci=3&dv=UTC%26en-US%2... https://t.co/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=2&event_id=54baf8f1-7fce-42c8-b8d9-1ee94abfa851&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=dcfe1828-a257-4746-adf8-b0440f7cd837&pt=STAT%20%7C%20A%20decade%20of%20reporting%20from%20the%20frontiers%20of%20health%20and%20medicine&tw_document_href=https%3A%2F%2Fwww.statnews.com%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776807788042.42976509470161118&txn_id=nxyl4&type=javascript&version=2.3.53 — 200 — 660 B — 219 ms — h2https://analytics.twitter.com/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=2&event_id=54baf8f1-7fce-42c8-b8d9-1ee94abfa851&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=dcfe1828-a257-4746-adf8-b0440f7cd837&pt=STAT%20%7C%20A%20decade%20of%20reporting%20from%20the%20frontiers%20of%20health%20and%20medicine&tw_document_href=https%3A%2F%2Fwww.statnews.com%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776807788042.42976509470161118&txn_id=nxyl4&type=javascript&version=2.3.53analytics.twitter.com/i/adsct?bci=3... https://analytics.twitter.com/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=2&event_id=54baf8f1-7fce-42c8-b8d9-1ee94abfa851&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=dcfe1828-a257-4746-adf8-b0440f7cd837&pt=STAT%20%7C%20A%20decade%20of%20reporting%20from%20the%20frontiers%20of%20health%20and%20medicine&tw_document_href=https%3A%2F%2Fwww.statnews.com%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776807788042.42976509470161118&txn_id=nxyl4&type=javascript&version=2.3.53 — 200 — 675 B — 117 ms — h2https://pixel-config.reddit.com/pixels/a2_i004g5czrcf7/configpixel-config.reddit.com/pixels/a2_i... https://pixel-config.reddit.com/pixels/a2_i004g5czrcf7/config — 200 — 215 B — 17 ms — h2https://alb.reddit.com/rp.gif?ts=1776807788060&id=a2_i004g5czrcf7&event=PageVisit&m.itemCount=&m.value=&m.valueDecimal=&m.currency=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=b3db6756-4051-4b63-98a1-e7ffa38f0f54&aaid=&external_id=&idfa=&integration=reddit&partner=&partner_version=&opt_out=0&sh=800&sw=600&v=rdt_f3936046&dpm=&dpcc=&dprc=alb.reddit.com/rp.gif?ts=1776807788... https://alb.reddit.com/rp.gif?ts=1776807788060&id=a2_i004g5czrcf7&event=PageVisit&m.itemCount=&m.value=&m.valueDecimal=&m.currency=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=b3db6756-4051-4b63-98a1-e7ffa38f0f54&aaid=&external_id=&idfa=&integration=reddit&partner=&partner_version=&opt_out=0&sh=800&sw=600&v=rdt_f3936046&dpm=&dpcc=&dprc= — 200 — 666 B — 25 ms — h2https://script.hotjar.com/modules.6a0f3932cb1341a35c18.jsscript.hotjar.com/modules.6a0f3932c... https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js — 200 — 56.6 KiB — 18 ms — h2https://connect.facebook.net/signals/config/436331036555416?v=2.9.303&r=stable&domain=www.statnews.com&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/436331036555416?v=2.9.303&r=stable&domain=www.statnews.com&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 35.7 KiB — 6 ms — h3https://cdn.cxense.com/cx.cce.jscdn.cxense.com/cx.cce.js https://cdn.cxense.com/cx.cce.js — 200 — 6.8 KiB — 20 ms — http/1.1https://c2.piano.io/xbuilder/experience/execute?aid=3FPRsl3Rpuc2.piano.io/xbuilder/experience/exe... https://c2.piano.io/xbuilder/experience/execute?aid=3FPRsl3Rpu — 200 — 2.3 KiB — 45 ms — h3https://thrtle.com/insync?vxii_pid=10015&vxii_pdid=thrtle.com/insync?vxii_pid=10015&vx... https://thrtle.com/insync?vxii_pid=10015&vxii_pdid= — 302 — 347 B — 78 ms — h2https://bh.contextweb.com/sr?action=add&token=BCXEXRJZNAIF&us_privacy=1NNN&gpp=${GPP_STRING_XXXXX}&gpp_sid=${GPP_SID}&ch=1&url=https%3A%2F%2Fwww.statnews.com%2F&rr=&campaign=$$campaign$$&frmtext=$$frmtext$$&clktext=$$clktext$$&param1=$$param1$$&param2=$$param2$$&param3=$$param3$$&param4=$$param4$$&param5=$$param5$$&cpurl=https%3A%2F%2Fwww.statnews.com%2F&cprr=&cpid=8283&cpext=ch%3A1%7Curl%3Ahttps%3A%3A%2F%2Fwww.statnews.com%2F%7Ctoken%3ABCXEXRJZNAIFbh.contextweb.com/sr?action=add&tok... https://bh.contextweb.com/sr?action=add&token=BCXEXRJZNAIF&us_privacy=1NNN&gpp=${GPP_STRING_XXXXX}&gpp_sid=${GPP_SID}&ch=1&url=https%3A%2F%2Fwww.statnews.com%2F&rr=&campaign=$$campaign$$&frmtext=$$frmtext$$&clktext=$$clktext$$&param1=$$param1$$&param2=$$param2$$&param3=$$param3$$&param4=$$param4$$&param5=$$param5$$&cpurl=https%3A%2F%2Fwww.statnews.com%2F&cprr=&cpid=8283&cpext=ch%3A1%7Curl%3Ahttps%3A%3A%2F%2Fwww.statnews.com%2F%7Ctoken%3ABCXEXRJZNAIF — 200 — 959 B — 12 ms — h2https://bat.bing.com/p/action/56352287.jsbat.bing.com/p/action/56352287.js https://bat.bing.com/p/action/56352287.js — 200 — 428 B — 17 ms — h2https://js.hs-banner.com/v2/3318816/banner.jsjs.hs-banner.com/v2/3318816/banner.... https://js.hs-banner.com/v2/3318816/banner.js — 200 — 20.7 KiB — 44 ms — h2https://js.hsadspixel.net/pixels.jsjs.hsadspixel.net/pixels.js https://js.hsadspixel.net/pixels.js — 200 — 3.9 KiB — 43 ms — h2https://js.hs-analytics.net/analytics/1776807600000/3318816.jsjs.hs-analytics.net/analytics/17768... https://js.hs-analytics.net/analytics/1776807600000/3318816.js — 200 — 42.3 KiB — 45 ms — h2https://js.hubspot.com/web-interactives-embed.jsjs.hubspot.com/web-interactives-emb... https://js.hubspot.com/web-interactives-embed.js — 200 — 28.1 KiB — 50 ms — h2https://js.usemessages.com/conversations-embed.jsjs.usemessages.com/conversations-em... https://js.usemessages.com/conversations-embed.js — 200 — 33.0 KiB — 58 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31097964securepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31097964 — 200 — 187.7 KiB — 28 ms — h3https://buy.tinypass.com/api/v3/anon/template/loadTemplateContext?aid=3FPRsl3Rpubuy.tinypass.com/api/v3/anon/templa... https://buy.tinypass.com/api/v3/anon/template/loadTemplateContext?aid=3FPRsl3Rpu — 200 — 751 B — 62 ms — h3https://thrtle.com/insync?vxii_pdid=&vxii_pid=12&vxii_pid1=10015&vxii_rcid=df2fbd99-a838-4b69-bb86-fa35be964719thrtle.com/insync?vxii_pdid=&vxii_p... https://thrtle.com/insync?vxii_pdid=&vxii_pid=12&vxii_pid1=10015&vxii_rcid=df2fbd99-a838-4b69-bb86-fa35be964719 — 200 — 139 B — 12 ms — h2https://buy.tinypass.com/checkout/template/cacheableShow.html?aid=3FPRsl3Rpu&templateId=OT790D3OH0UN&templateVariantId=OTVSLVDI4YAV3&offerId=fakeOfferId&experienceId=EXQZT173U0DV&iframeId=offer_07abc2b1c0b96dcf8a49-0&displayMode=inline&pianoIdUrl=https%3A%2F%2Fid.piano.io%2Fid%2F&widget=template&url=https%3A%2F%2Fwww.statnews.com%2F&isConsentManagerEnabled=falsebuy.tinypass.com/checkout/template/... https://buy.tinypass.com/checkout/template/cacheableShow.html?aid=3FPRsl3Rpu&templateId=OT790D3OH0UN&templateVariantId=OTVSLVDI4YAV3&offerId=fakeOfferId&experienceId=EXQZT173U0DV&iframeId=offer_07abc2b1c0b96dcf8a49-0&displayMode=inline&pianoIdUrl=https%3A%2F%2Fid.piano.io%2Fid%2F&widget=template&url=https%3A%2F%2Fwww.statnews.com%2F&isConsentManagerEnabled=false — 200 — 2.7 KiB — 28 ms — h3https://buy.tinypass.com/widget/dist/template/css/template.bundle.1.0.cssbuy.tinypass.com/widget/dist/templa... https://buy.tinypass.com/widget/dist/template/css/template.bundle.1.0.css — 200 — 5.3 KiB — 15 ms — h3https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js — 200 — 30.3 KiB — 65 ms — h3https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.js — 200 — 4.1 KiB — 58 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular.min.js — 200 — 34.9 KiB — 65 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-animate.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-animate.min.js — 200 — 4.5 KiB — 58 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-cookies.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-cookies.min.js — 200 — 1.0 KiB — 50 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-sanitize.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-sanitize.min.js — 200 — 2.7 KiB — 51 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-dynamic-locale/0.1.27/tmhDynamicLocale.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-dynamic-locale/0.1.27/tmhDynamicLocale.min.js — 200 — 1.6 KiB — 49 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui-utils/0.1.1/angular-ui-utils.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui-utils/0.1.1/angular-ui-utils.min.js — 200 — 7.9 KiB — 51 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui/0.4.0/angular-ui-ieshiv.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui/0.4.0/angular-ui-ieshiv.js — 200 — 1.5 KiB — 51 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.10/angular-ui-router.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.10/angular-ui-router.min.js — 200 — 7.4 KiB — 51 ms — h3https://buy.tinypass.com/showtemplate/general/loadTranslationMap?aid=3FPRsl3Rpu&version=1703592915000&language=en_USbuy.tinypass.com/showtemplate/gener... https://buy.tinypass.com/showtemplate/general/loadTranslationMap?aid=3FPRsl3Rpu&version=1703592915000&language=en_US — 200 — 10.9 KiB — 40 ms — h3https://buy.tinypass.com/ng/common/i18n/platform-translation-map_en_US.js?version=16.760.0buy.tinypass.com/ng/common/i18n/pla... https://buy.tinypass.com/ng/common/i18n/platform-translation-map_en_US.js?version=16.760.0 — 200 — 13.7 KiB — 49 ms — h3https://buy.tinypass.com/_sam/H4sIAAAAAAAA_z3IwQ6AIAgA0B9KmJ76m4bJHI6oBa7f7-bt7eEnrXNgEw8Mvh6lYBy-DHVaU95QpTqS9an0pgwFSkHJu63T-yTlgy1Nh-E_BjVxNVoAAAA?compressed=true&v=16.760.0buy.tinypass.com/_sam/H4sIAAAAAAAA_... https://buy.tinypass.com/_sam/H4sIAAAAAAAA_z3IwQ6AIAgA0B9KmJ76m4bJHI6oBa7f7-bt7eEnrXNgEw8Mvh6lYBy-DHVaU95QpTqS9an0pgwFSkHJu63T-yTlgy1Nh-E_BjVxNVoAAAA?compressed=true&v=16.760.0 — 200 — 52.9 KiB — 57 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/953521636/?random=1776807788281&cv=11&fst=1776807788281&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64h1v9115057404za200zd9115057404xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938466~115938469~117266401~117884344&u_w=800&u_h=600&url=https%3A%2F%2Fwww.statnews.com%2F&rcb=7&frm=0&tiba=STAT%20%7C%20A%20decade%20of%20reporting%20from%20the%20frontiers%20of%20health%20and%20medicine&did=dYWJhMj&gdid=dYWJhMj&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=289069020.1776807788&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gap.plf=5&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/953521636/?random=1776807788281&cv=11&fst=1776807788281&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64h1v9115057404za200zd9115057404xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938466~115938469~117266401~117884344&u_w=800&u_h=600&url=https%3A%2F%2Fwww.statnews.com%2F&rcb=7&frm=0&tiba=STAT%20%7C%20A%20decade%20of%20reporting%20from%20the%20frontiers%20of%20health%20and%20medicine&did=dYWJhMj&gdid=dYWJhMj&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=289069020.1776807788&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gap.plf=5&rfmt=3&fmt=4 — 200 — 2.2 KiB — 44 ms — h3https://www.google.com/rmkt/collect/953521636/?random=1776807788281&cv=11&fst=1776807788281&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64h1v9115057404za200zd9115057404xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938466~115938469~117266401~117884344&u_w=800&u_h=600&url=https%3A%2F%2Fwww.statnews.com%2F&rcb=7&frm=0&tiba=STAT%20%7C%20A%20decade%20of%20reporting%20from%20the%20frontiers%20of%20health%20and%20medicine&did=dYWJhMj&gdid=dYWJhMj&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=289069020.1776807788&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gap.plf=5&gcp=5www.google.com/rmkt/collect/9535216... https://www.google.com/rmkt/collect/953521636/?random=1776807788281&cv=11&fst=1776807788281&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64h1v9115057404za200zd9115057404xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938466~115938469~117266401~117884344&u_w=800&u_h=600&url=https%3A%2F%2Fwww.statnews.com%2F&rcb=7&frm=0&tiba=STAT%20%7C%20A%20decade%20of%20reporting%20from%20the%20frontiers%20of%20health%20and%20medicine&did=dYWJhMj&gdid=dYWJhMj&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=289069020.1776807788&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gap.plf=5&gcp=5 — 200 — 20 B — 41 ms — h3https://www.google.com/ccm/collect?rcb=7&frm=0&en=page_view&dl=https%3A%2F%2Fwww.statnews.com%2F&scrsrc=www.googletagmanager.com&rnd=250643393.1776807788&dt=STAT%20%7C%20A%20decade%20of%20reporting%20from%20the%20frontiers%20of%20health%20and%20medicine&auid=289069020.1776807788&navt=n&npa=0&did=dYWJhMj&gdid=dYWJhMj&gtm=45be64h1v9115057404za200zd9115057404xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938466~115938469~117266401~117884344&apve=1&apvf=f&gap.plf=5&apvc=1&tids=AW-953521636&tid=AW-953521636&tft=1776807788336&tfd=1632www.google.com/ccm/collect?rcb=7&fr... https://www.google.com/ccm/collect?rcb=7&frm=0&en=page_view&dl=https%3A%2F%2Fwww.statnews.com%2F&scrsrc=www.googletagmanager.com&rnd=250643393.1776807788&dt=STAT%20%7C%20A%20decade%20of%20reporting%20from%20the%20frontiers%20of%20health%20and%20medicine&auid=289069020.1776807788&navt=n&npa=0&did=dYWJhMj&gdid=dYWJhMj&gtm=45be64h1v9115057404za200zd9115057404xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938466~115938469~117266401~117884344&apve=1&apvf=f&gap.plf=5&apvc=1&tids=AW-953521636&tid=AW-953521636&tft=1776807788336&tfd=1632 — 200 — 21 B — 39 ms — h3https://www.i.matheranalytics.com/i?e=pv&page=STAT%20%7C%20A%20decade%20of%20reporting%20from%20the%20frontiers%20of%20health%20and%20medicine&ptype=homepage&tv=js-3.0.166&tna=Mather&aid=v1&p=web&tz=UTC&tzoff=0&lang=en-US&cs=UTF-8&navt=link&f_pdf=1&res=800x600&cd=24&cookie=1&f_jquery=1&f_es6=1&f_gears=2&tvltm=3&tid=c9aef4dc-1844-41ff-a57f-dc23b99ddde4&pid=8a6bb520-4b40-445a-9a67-9f85bbdb2e85&dtm=1776807788366&qnm=_matherq&visible=1&tabid=d003aec6-8554-4ce7-ba37-57161cd30a31&url=https%3A%2F%2Fwww.statnews.com%2F&vp=1350x940&ds=1350x8731&tofa=1776807788&vid=1&lvidt=1776807788&duid=525bbb8c-034e-46f0-b6b0-bb73b3085516&fp=2557719908&cid=ma53098&mrk=964106900&cx=eyJwZXJmIjp7InN0YXJ0IjoiMTc3NjgwNzc4NjcwNCIsInJlZGlyQ250IjoiMCIsIm5hdlR5cGUiOiJsaW5rIiwiaGVhcFUiOiIyNS45NDY0MDVtYiIsImhlYXBUIjoiNTIuMTQ5MDYxbWIiLCJmc3RQYWludCI6IjM2NCIsImZldGNoUyI6IjU2IiwiZG9tYWluUyI6IjU2IiwiZG9tYWluRSI6IjU2IiwiY29ublMiOiI1NiIsImNvbm5FIjoiNTYiLCJyZXF1UyI6IjYwIiwicmVzcFMiOiI5NyIsInJlc3BFIjoiMTA3IiwiZG9tTG9hZCI6IjEwMyIsImRvbUludGVyIjoiNTczIiwiZG9tTG9hZFMiOiI1NzgiLCJkb21Mb2FkRSI6IjYzNyIsImRvbUNtcGx0IjoiOTc2IiwibG9hZFMiOiI5NzYiLCJsb2FkRSI6Ijk3NiJ9fQwww.i.matheranalytics.com/i?e=pv&pa... https://www.i.matheranalytics.com/i?e=pv&page=STAT%20%7C%20A%20decade%20of%20reporting%20from%20the%20frontiers%20of%20health%20and%20medicine&ptype=homepage&tv=js-3.0.166&tna=Mather&aid=v1&p=web&tz=UTC&tzoff=0&lang=en-US&cs=UTF-8&navt=link&f_pdf=1&res=800x600&cd=24&cookie=1&f_jquery=1&f_es6=1&f_gears=2&tvltm=3&tid=c9aef4dc-1844-41ff-a57f-dc23b99ddde4&pid=8a6bb520-4b40-445a-9a67-9f85bbdb2e85&dtm=1776807788366&qnm=_matherq&visible=1&tabid=d003aec6-8554-4ce7-ba37-57161cd30a31&url=https%3A%2F%2Fwww.statnews.com%2F&vp=1350x940&ds=1350x8731&tofa=1776807788&vid=1&lvidt=1776807788&duid=525bbb8c-034e-46f0-b6b0-bb73b3085516&fp=2557719908&cid=ma53098&mrk=964106900&cx=eyJwZXJmIjp7InN0YXJ0IjoiMTc3NjgwNzc4NjcwNCIsInJlZGlyQ250IjoiMCIsIm5hdlR5cGUiOiJsaW5rIiwiaGVhcFUiOiIyNS45NDY0MDVtYiIsImhlYXBUIjoiNTIuMTQ5MDYxbWIiLCJmc3RQYWludCI6IjM2NCIsImZldGNoUyI6IjU2IiwiZG9tYWluUyI6IjU2IiwiZG9tYWluRSI6IjU2IiwiY29ublMiOiI1NiIsImNvbm5FIjoiNTYiLCJyZXF1UyI6IjYwIiwicmVzcFMiOiI5NyIsInJlc3BFIjoiMTA3IiwiZG9tTG9hZCI6IjEwMyIsImRvbUludGVyIjoiNTczIiwiZG9tTG9hZFMiOiI1NzgiLCJkb21Mb2FkRSI6IjYzNyIsImRvbUNtcGx0IjoiOTc2IiwibG9hZFMiOiI5NzYiLCJsb2FkRSI6Ijk3NiJ9fQ — 200 — 245 B — 43 ms — http/1.1https://sb.scorecardresearch.com/b?c1=2&c2=6035042&cs_fpcu=675be92f5ac74158a54ad55e934d40b4&cs_it=b1&cv=4.13.1%2B2508250908&ns__t=1776807788375&ns_c=UTF-8&cs_cfg=1101110&cs_ucfr=1&c7=https%3A%2F%2Fwww.statnews.com%2F&c8=STAT%20%7C%20A%20decade%20of%20reporting%20from%20the%20frontiers%20of%20health%20and%20medicine&c9=sb.scorecardresearch.com/b?c1=2&c2=... https://sb.scorecardresearch.com/b?c1=2&c2=6035042&cs_fpcu=675be92f5ac74158a54ad55e934d40b4&cs_it=b1&cv=4.13.1%2B2508250908&ns__t=1776807788375&ns_c=UTF-8&cs_cfg=1101110&cs_ucfr=1&c7=https%3A%2F%2Fwww.statnews.com%2F&c8=STAT%20%7C%20A%20decade%20of%20reporting%20from%20the%20frontiers%20of%20health%20and%20medicine&c9= — 302 — 647 B — 97 ms — h2https://j927.statnews.com/DG/DEFAULT/rest/rpc/311?referer=https%3A%2F%2Fwww.statnews.com%2F&bcsessionid=&bctempid=&overruleReferrer=&time=2026-04-21T21%3A43%3A08%2B00%3A00&ts=1776807788380j927.statnews.com/DG/DEFAULT/rest/r... https://j927.statnews.com/DG/DEFAULT/rest/rpc/311?referer=https%3A%2F%2Fwww.statnews.com%2F&bcsessionid=&bctempid=&overruleReferrer=&time=2026-04-21T21%3A43%3A08%2B00%3A00&ts=1776807788380 — 200 — 20.3 KiB — 20 ms — h2https://j927.statnews.com/plugin/plugin/0c504dc4b6cf24796901e03d3465318aj927.statnews.com/plugin/plugin/0c5... https://j927.statnews.com/plugin/plugin/0c504dc4b6cf24796901e03d3465318a — 200 — 68.3 KiB — 13 ms — h2https://j927.statnews.com/plugin/library/b84cb8bcd7a1ab87e06ea0abd1b9d2e7j927.statnews.com/plugin/library/b8... https://j927.statnews.com/plugin/library/b84cb8bcd7a1ab87e06ea0abd1b9d2e7 — 200 — 78.9 KiB — 14 ms — h2https://buy.tinypass.com/widget/dist/template/css/img/fail-icon.pngbuy.tinypass.com/widget/dist/templa... https://buy.tinypass.com/widget/dist/template/css/img/fail-icon.png — 200 — 2.4 KiB — 15 ms — h3https://www.facebook.com/tr/?id=436331036555416&ev=PageView&dl=https%3A%2F%2Fwww.statnews.com&rl=&if=false&ts=1776807788468&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12316&fbp=fb.1.1776807788462.303263021726831871&cs_est=true&pm=1&hrl=a118ae&ler=empty&cdl=API_unavailable&plt=636.3000001907349&ups[pv]=%7B%7D&ups[rpv]=%7B%7D&it=1776807788106&coo=false&cs_cc=1&cas=1643400019010083%2C7405780702871121%2C5643269192355027%2C4976397839091928%2C4808490479267260%2C5068338293226335&dlc=1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=ct2&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=43633103655... https://www.facebook.com/tr/?id=436331036555416&ev=PageView&dl=https%3A%2F%2Fwww.statnews.com&rl=&if=false&ts=1776807788468&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12316&fbp=fb.1.1776807788462.303263021726831871&cs_est=true&pm=1&hrl=a118ae&ler=empty&cdl=API_unavailable&plt=636.3000001907349&ups[pv]=%7B%7D&ups[rpv]=%7B%7D&it=1776807788106&coo=false&cs_cc=1&cas=1643400019010083%2C7405780702871121%2C5643269192355027%2C4976397839091928%2C4808490479267260%2C5068338293226335&dlc=1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=ct2&expv2[6]=hf0&rqm=GET — 200 — 16 B — 26 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=436331036555416&ev=PageView&dl=https%3A%2F%2Fwww.statnews.com&rl=&if=false&ts=1776807788468&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12316&fbp=fb.1.1776807788462.303263021726831871&cs_est=true&pm=1&hrl=a118ae&ler=empty&cdl=API_unavailable&plt=636.3000001907349&ups[pv]=%7B%7D&ups[rpv]=%7B%7D&it=1776807788106&coo=false&cs_cc=1&cas=1643400019010083%2C7405780702871121%2C5643269192355027%2C4976397839091928%2C4808490479267260%2C5068338293226335&dlc=1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=ct2&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=436331036555416&ev=PageView&dl=https%3A%2F%2Fwww.statnews.com&rl=&if=false&ts=1776807788468&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12316&fbp=fb.1.1776807788462.303263021726831871&cs_est=true&pm=1&hrl=a118ae&ler=empty&cdl=API_unavailable&plt=636.3000001907349&ups[pv]=%7B%7D&ups[rpv]=%7B%7D&it=1776807788106&coo=false&cs_cc=1&cas=1643400019010083%2C7405780702871121%2C5643269192355027%2C4976397839091928%2C4808490479267260%2C5068338293226335&dlc=1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=ct2&expv2[6]=hf0&rqm=FGET — 200 — 199 B — 89 ms — h3https://sb.scorecardresearch.com/b2?c1=2&c2=6035042&cs_fpcu=675be92f5ac74158a54ad55e934d40b4&cs_it=b1&cv=4.13.1%2B2508250908&ns__t=1776807788375&ns_c=UTF-8&cs_cfg=1101110&cs_ucfr=1&c7=https%3A%2F%2Fwww.statnews.com%2F&c8=STAT%20%7C%20A%20decade%20of%20reporting%20from%20the%20frontiers%20of%20health%20and%20medicine&c9=sb.scorecardresearch.com/b2?c1=2&c2... https://sb.scorecardresearch.com/b2?c1=2&c2=6035042&cs_fpcu=675be92f5ac74158a54ad55e934d40b4&cs_it=b1&cv=4.13.1%2B2508250908&ns__t=1776807788375&ns_c=UTF-8&cs_cfg=1101110&cs_ucfr=1&c7=https%3A%2F%2Fwww.statnews.com%2F&c8=STAT%20%7C%20A%20decade%20of%20reporting%20from%20the%20frontiers%20of%20health%20and%20medicine&c9= — 204 — 223 B — 80 ms — h2https://i.piano.io/managedservices/stat-news/CircularStd-Book.woff2i.piano.io/managedservices/stat-new... https://i.piano.io/managedservices/stat-news/CircularStd-Book.woff2 — 200 — 28.3 KiB — 27 ms — h3https://j927.statnews.com/DG/DEFAULT/rest/rpc/311/LB-Zone-1?referer=https%3A%2F%2Fwww.statnews.com%2F&bcsessionid=&bctempid=309be89d-6f49-44c3-8007-dc4d670154a2&overruleReferrer=&time=2026-04-21T21%3A43%3A08%2B00%3A00&ts=1776807788515j927.statnews.com/DG/DEFAULT/rest/r... https://j927.statnews.com/DG/DEFAULT/rest/rpc/311/LB-Zone-1?referer=https%3A%2F%2Fwww.statnews.com%2F&bcsessionid=&bctempid=309be89d-6f49-44c3-8007-dc4d670154a2&overruleReferrer=&time=2026-04-21T21%3A43%3A08%2B00%3A00&ts=1776807788515 — 200 — 2.1 KiB — 23 ms — h2https://cdn.cxense.com/cx.jscdn.cxense.com/cx.js https://cdn.cxense.com/cx.js — 200 — 38.1 KiB — 14 ms — http/1.1https://bat.bing.com/action/0?ti=56352287&Ver=2&mid=ee6aac27-8fdc-45cf-890c-92f86db01547&bo=1&sid=1632b4903dcb11f1896a259765dc282d&vid=1632e8503dcb11f1a586d3cb2ed91ff7&vids=1&msclkid=N&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=STAT%20%7C%20A%20decade%20of%20reporting%20from%20the%20frontiers%20of%20health%20and%20medicine&p=https%3A%2F%2Fwww.statnews.com%2F&r=&lt=976&evt=pageLoad&sv=2&cdb=AQER&rn=848481bat.bing.com/action/0?ti=56352287&V... https://bat.bing.com/action/0?ti=56352287&Ver=2&mid=ee6aac27-8fdc-45cf-890c-92f86db01547&bo=1&sid=1632b4903dcb11f1896a259765dc282d&vid=1632e8503dcb11f1a586d3cb2ed91ff7&vids=1&msclkid=N&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=STAT%20%7C%20A%20decade%20of%20reporting%20from%20the%20frontiers%20of%20health%20and%20medicine&p=https%3A%2F%2Fwww.statnews.com%2F&r=&lt=976&evt=pageLoad&sv=2&cdb=AQER&rn=848481 — 204 — 361 B — 17 ms — h2https://api.hubapi.com/hs-script-loader-public/v2/config/pixels-and-events/json?portalId=3318816api.hubapi.com/hs-script-loader-pub... https://api.hubapi.com/hs-script-loader-public/v2/config/pixels-and-events/json?portalId=3318816 — 200 — 1.1 KiB — 50 ms — h2https://plugins.blueconic.net/static/scripts/jquery/jquery-3.7.1-BC-v2.min.jsplugins.blueconic.net/static/script... https://plugins.blueconic.net/static/scripts/jquery/jquery-3.7.1-BC-v2.min.js — 200 — 30.2 KiB — 15 ms — h2https://b.bostonglobemedia.com/DG/DEFAULT/cs?bcsessionid=309be89d-6f49-44c3-8007-dc4d670154a2&&callback=bc_json313b.bostonglobemedia.com/DG/DEFAULT/c... https://b.bostonglobemedia.com/DG/DEFAULT/cs?bcsessionid=309be89d-6f49-44c3-8007-dc4d670154a2&&callback=bc_json313 — 200 — 896 B — 9 ms — h2https://j927.statnews.com/DG/DEFAULT/rest/rpc/311?referer=https%3A%2F%2Fwww.statnews.com%2F&bcsessionid=309be89d-6f49-44c3-8007-dc4d670154a2&bctempid=&overruleReferrer=&time=2026-04-21T21%3A43%3A08%2B00%3A00&ts=1776807788636j927.statnews.com/DG/DEFAULT/rest/r... https://j927.statnews.com/DG/DEFAULT/rest/rpc/311?referer=https%3A%2F%2Fwww.statnews.com%2F&bcsessionid=309be89d-6f49-44c3-8007-dc4d670154a2&bctempid=&overruleReferrer=&time=2026-04-21T21%3A43%3A08%2B00%3A00&ts=1776807788636 — 200 — 5.9 KiB — 34 ms — h2https://track.hubspot.com/__ptq.gif?k=1&sd=800x600&cd=24-bit&cs=UTF-8&ln=en-us&v=1.1&a=3318816&rcu=https%3A%2F%2Fwww.statnews.com%2F&pu=https%3A%2F%2Fwww.statnews.com%2F&t=STAT+%7C+A+decade+of+reporting+from+the+frontiers+of+health+and+medicine&cts=1776807788661&vi=3af02becc69ecf7f87aed56c1f1160da&nc=true&u=41678589.3af02becc69ecf7f87aed56c1f1160da.1776807788657.1776807788657.1776807788657.1&b=41678589.1.1776807788658&cc=15track.hubspot.com/__ptq.gif?k=1&sd=... https://track.hubspot.com/__ptq.gif?k=1&sd=800x600&cd=24-bit&cs=UTF-8&ln=en-us&v=1.1&a=3318816&rcu=https%3A%2F%2Fwww.statnews.com%2F&pu=https%3A%2F%2Fwww.statnews.com%2F&t=STAT+%7C+A+decade+of+reporting+from+the+frontiers+of+health+and+medicine&cts=1776807788661&vi=3af02becc69ecf7f87aed56c1f1160da&nc=true&u=41678589.3af02becc69ecf7f87aed56c1f1160da.1776807788657.1776807788657.1776807788657.1&b=41678589.1.1776807788658&cc=15 — 200 — 1.1 KiB — 57 ms — h2https://api.hubspot.com/livechat-public/v1/message/public?portalId=3318816&conversations-embed=static-1.26320&mobile=false&messagesUtk=af9377ad90f84fcdbfb21d1eda941688&traceId=af9377ad90f84fcdbfb21d1eda941688&hubspotUtk=3af02becc69ecf7f87aed56c1f1160da&__hstc=41678589.3af02becc69ecf7f87aed56c1f1160da.1776807788657.1776807788657.1776807788657.1&__hssc=41678589.1.1776807788658api.hubspot.com/livechat-public/v1/... https://api.hubspot.com/livechat-public/v1/message/public?portalId=3318816&conversations-embed=static-1.26320&mobile=false&messagesUtk=af9377ad90f84fcdbfb21d1eda941688&traceId=af9377ad90f84fcdbfb21d1eda941688&hubspotUtk=3af02becc69ecf7f87aed56c1f1160da&__hstc=41678589.3af02becc69ecf7f87aed56c1f1160da.1776807788657.1776807788657.1776807788657.1&__hssc=41678589.1.1776807788658 — 200 — 0 B — 49 ms — h2https://api.hubspot.com/livechat-public/v1/message/public?portalId=3318816&conversations-embed=static-1.26320&mobile=false&messagesUtk=af9377ad90f84fcdbfb21d1eda941688&traceId=af9377ad90f84fcdbfb21d1eda941688&hubspotUtk=3af02becc69ecf7f87aed56c1f1160da&__hstc=41678589.3af02becc69ecf7f87aed56c1f1160da.1776807788657.1776807788657.1776807788657.1&__hssc=41678589.1.1776807788658api.hubspot.com/livechat-public/v1/... https://api.hubspot.com/livechat-public/v1/message/public?portalId=3318816&conversations-embed=static-1.26320&mobile=false&messagesUtk=af9377ad90f84fcdbfb21d1eda941688&traceId=af9377ad90f84fcdbfb21d1eda941688&hubspotUtk=3af02becc69ecf7f87aed56c1f1160da&__hstc=41678589.3af02becc69ecf7f87aed56c1f1160da.1776807788657.1776807788657.1776807788657.1&__hssc=41678589.1.1776807788658 — 200 — 1.0 KiB — 65 ms — h2https://www.statnews.com/wp-json/stat-paywall/v1/contactwww.statnews.com/wp-json/stat-paywa... https://www.statnews.com/wp-json/stat-paywall/v1/contact — 200 — 244 B — 538 ms — h2https://cm.g.doubleclick.net/partnerpixels?url=https%3A%2F%2Fwww.statnews.com%2Fcm.g.doubleclick.net/partnerpixels?... https://cm.g.doubleclick.net/partnerpixels?url=https%3A%2F%2Fwww.statnews.com%2F — 200 — 232 B — 30 ms — h2https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604200101&st=env&sjk=656929876226487ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604200101&st=env&sjk=656929876226487 — 200 — 13.1 KiB — 44 ms — h3https://securepubads.g.doubleclick.net/gampad/ads?pvsid=656929876226487&correlator=1147178782568431&eid=31097964%2C95386538&output=ldjh&gdfp_req=1&vrg=202604200101&ptt=17&impl=fif&iu_parts=61381659%2Cstatnews.com%2Chomepage&enc_prev_ius=0%2F1%2F2&prev_iu_szs=320x50%7C1x1&fluid=height&ifi=1&dids=div-gpt-ad-ad_mustread&adfs=1964904900&sfv=1-0-45&fsfs=1&fsbs=1&eri=1&sc=1&lrm=50&cookie_enabled=1&abxe=1&dt=1776807788976&lmt=1776807788&adxs=1050&adys=1394&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=1&ucis=1&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.statnews.com%2F&vis=1&psz=260x0&msz=260x0&fws=0&ohw=0&dlt=1776807786807&idt=1925&prev_scp=pos%3Dmustread%26strnativekey%3DqHnWFcJjt83doEnDXVJHffaH&cust_params=pgtype%3Dhomepage%26s1%3Dstatnews.com%26s2%3Dhomepage%26pageurl%3Dstat%2520%257C%2520homepage%26stat_bc_audiences%3Dall%26stat_bc_test%3Dtest%26breakpoint%3Dsuper-desktop%26is_stat_sub%3Dno&adks=1203996117&frm=20&eoidce=1&pgls=CAEaBTYuOS40securepubads.g.doubleclick.net/gamp... https://securepubads.g.doubleclick.net/gampad/ads?pvsid=656929876226487&correlator=1147178782568431&eid=31097964%2C95386538&output=ldjh&gdfp_req=1&vrg=202604200101&ptt=17&impl=fif&iu_parts=61381659%2Cstatnews.com%2Chomepage&enc_prev_ius=0%2F1%2F2&prev_iu_szs=320x50%7C1x1&fluid=height&ifi=1&dids=div-gpt-ad-ad_mustread&adfs=1964904900&sfv=1-0-45&fsfs=1&fsbs=1&eri=1&sc=1&lrm=50&cookie_enabled=1&abxe=1&dt=1776807788976&lmt=1776807788&adxs=1050&adys=1394&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=1&ucis=1&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.statnews.com%2F&vis=1&psz=260x0&msz=260x0&fws=0&ohw=0&dlt=1776807786807&idt=1925&prev_scp=pos%3Dmustread%26strnativekey%3DqHnWFcJjt83doEnDXVJHffaH&cust_params=pgtype%3Dhomepage%26s1%3Dstatnews.com%26s2%3Dhomepage%26pageurl%3Dstat%2520%257C%2520homepage%26stat_bc_audiences%3Dall%26stat_bc_test%3Dtest%26breakpoint%3Dsuper-desktop%26is_stat_sub%3Dno&adks=1203996117&frm=20&eoidce=1&pgls=CAEaBTYuOS40 — 200 — 466 B — 91 ms — h3https://0edf659c6bb035d9f8747451e9e24a7a.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html0edf659c6bb035d9f8747451e9e24a7a.sa... https://0edf659c6bb035d9f8747451e9e24a7a.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html — 200 — 3.1 KiB — 35 ms — h3https://securepubads.g.doubleclick.net/gampad/ads?pvsid=656929876226487&correlator=1147178782568431&eid=31097964%2C95386538&output=ldjh&gdfp_req=1&vrg=202604200101&ptt=17&impl=fif&iu_parts=61381659%2Cstatnews.com%2Chomepage&enc_prev_ius=0%2F1%2F2&prev_iu_szs=320x50%7C1x1&fluid=height&ifi=2&dids=div-gpt-ad-ad_trending&adfs=3932421416&sfv=1-0-45&fsfs=1&fsbs=1&eri=1&sc=1&lrm=50&cookie_enabled=1&abxe=1&dt=1776807789004&lmt=1776807789&adxs=40&adys=575&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=0&ucis=2&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.statnews.com%2F&vis=1&psz=203x0&msz=203x0&fws=0&ohw=0&dlt=1776807786807&idt=1925&prev_scp=pos%3Dtrending%26strnativekey%3DqHnWFcJjt83doEnDXVJHffaH&cust_params=pgtype%3Dhomepage%26s1%3Dstatnews.com%26s2%3Dhomepage%26pageurl%3Dstat%2520%257C%2520homepage%26stat_bc_audiences%3Dall%26stat_bc_test%3Dtest%26breakpoint%3Dsuper-desktop%26is_stat_sub%3Dno&adks=3900903977&frm=20&eoidce=1&pgls=CAEaBTYuOS40securepubads.g.doubleclick.net/gamp... https://securepubads.g.doubleclick.net/gampad/ads?pvsid=656929876226487&correlator=1147178782568431&eid=31097964%2C95386538&output=ldjh&gdfp_req=1&vrg=202604200101&ptt=17&impl=fif&iu_parts=61381659%2Cstatnews.com%2Chomepage&enc_prev_ius=0%2F1%2F2&prev_iu_szs=320x50%7C1x1&fluid=height&ifi=2&dids=div-gpt-ad-ad_trending&adfs=3932421416&sfv=1-0-45&fsfs=1&fsbs=1&eri=1&sc=1&lrm=50&cookie_enabled=1&abxe=1&dt=1776807789004&lmt=1776807789&adxs=40&adys=575&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=0&ucis=2&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.statnews.com%2F&vis=1&psz=203x0&msz=203x0&fws=0&ohw=0&dlt=1776807786807&idt=1925&prev_scp=pos%3Dtrending%26strnativekey%3DqHnWFcJjt83doEnDXVJHffaH&cust_params=pgtype%3Dhomepage%26s1%3Dstatnews.com%26s2%3Dhomepage%26pageurl%3Dstat%2520%257C%2520homepage%26stat_bc_audiences%3Dall%26stat_bc_test%3Dtest%26breakpoint%3Dsuper-desktop%26is_stat_sub%3Dno&adks=3900903977&frm=20&eoidce=1&pgls=CAEaBTYuOS40 — 200 — 396 B — 93 ms — h3https://securepubads.g.doubleclick.net/gampad/ads?pvsid=656929876226487&correlator=1147178782568431&eid=31097964%2C95386538&output=ldjh&gdfp_req=1&vrg=202604200101&ptt=17&impl=fif&iu_parts=61381659%2Cstatnews.com%2Chomepage&enc_prev_ius=0%2F1%2F2&prev_iu_szs=320x50%7C1x1%7C300x250&fluid=height&ifi=3&dids=div-gpt-ad-ad_sponsor1&adfs=380502992&sfv=1-0-45&fsfs=1&fsbs=1&eri=1&sc=1&lrm=50&cookie_enabled=1&abxe=1&dt=1776807789020&lmt=1776807789&adxs=1050&adys=850&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=0&ucis=3&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.statnews.com%2F&vis=1&psz=260x250&msz=260x250&fws=0&ohw=0&dlt=1776807786807&idt=1925&prev_scp=pos%3Dsponsor1%2Catf%26strnativekey%3DaFADz13hurgYvQ6bg7TpFj6Y&cust_params=pgtype%3Dhomepage%26s1%3Dstatnews.com%26s2%3Dhomepage%26pageurl%3Dstat%2520%257C%2520homepage%26stat_bc_audiences%3Dall%26stat_bc_test%3Dtest%26breakpoint%3Dsuper-desktop%26is_stat_sub%3Dno&adks=3896360681&frm=20&eoidce=1&pb_szs=300x250&pgls=CAEaBTYuOS40securepubads.g.doubleclick.net/gamp... https://securepubads.g.doubleclick.net/gampad/ads?pvsid=656929876226487&correlator=1147178782568431&eid=31097964%2C95386538&output=ldjh&gdfp_req=1&vrg=202604200101&ptt=17&impl=fif&iu_parts=61381659%2Cstatnews.com%2Chomepage&enc_prev_ius=0%2F1%2F2&prev_iu_szs=320x50%7C1x1%7C300x250&fluid=height&ifi=3&dids=div-gpt-ad-ad_sponsor1&adfs=380502992&sfv=1-0-45&fsfs=1&fsbs=1&eri=1&sc=1&lrm=50&cookie_enabled=1&abxe=1&dt=1776807789020&lmt=1776807789&adxs=1050&adys=850&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=0&ucis=3&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.statnews.com%2F&vis=1&psz=260x250&msz=260x250&fws=0&ohw=0&dlt=1776807786807&idt=1925&prev_scp=pos%3Dsponsor1%2Catf%26strnativekey%3DaFADz13hurgYvQ6bg7TpFj6Y&cust_params=pgtype%3Dhomepage%26s1%3Dstatnews.com%26s2%3Dhomepage%26pageurl%3Dstat%2520%257C%2520homepage%26stat_bc_audiences%3Dall%26stat_bc_test%3Dtest%26breakpoint%3Dsuper-desktop%26is_stat_sub%3Dno&adks=3896360681&frm=20&eoidce=1&pb_szs=300x250&pgls=CAEaBTYuOS40 — 200 — 10.4 KiB — 474 ms — h3https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 33 ms — h2https://cta-service-cms2.hubspot.com/web-interactives/public/v1/embed/combinedConfigs?portalId=3318816&currentUrl=https%3A%2F%2Fwww.statnews.com%2F&utk=3af02becc69ecf7f87aed56c1f1160da&__hstc=41678589.3af02becc69ecf7f87aed56c1f1160da.1776807788657.1776807788657.1776807788657.1&__hssc=41678589.1.1776807788658cta-service-cms2.hubspot.com/web-in... https://cta-service-cms2.hubspot.com/web-interactives/public/v1/embed/combinedConfigs?portalId=3318816&currentUrl=https%3A%2F%2Fwww.statnews.com%2F&utk=3af02becc69ecf7f87aed56c1f1160da&__hstc=41678589.3af02becc69ecf7f87aed56c1f1160da.1776807788657.1776807788657.1776807788657.1&__hssc=41678589.1.1776807788658 — 200 — 1.1 KiB — 46 ms — h2https://perf-na1.hsforms.com/embed/v3/counters.gif?key=config-loaded-success&value=1perf-na1.hsforms.com/embed/v3/count... https://perf-na1.hsforms.com/embed/v3/counters.gif?key=config-loaded-success&value=1 — 200 — 557 B — 42 ms — h3https://www.google.com/pagead/1p-user-list/953521636/?random=1776807788281&cv=11&fst=1776805200000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64h1v9115057404za200zd9115057404xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938466~115938469~117266401~117884344&u_w=800&u_h=600&url=https%3A%2F%2Fwww.statnews.com%2F&rcb=7&frm=0&tiba=STAT%20%7C%20A%20decade%20of%20reporting%20from%20the%20frontiers%20of%20health%20and%20medicine&did=dYWJhMj&gdid=dYWJhMj&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=289069020.1776807788&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gap.plf=5&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfZ19_v9MpGpAgqppzET1-xi8pcAYhzNU9wf9ChszC6BcsaJgCFOFdUlHBRqR5Zk1qFvrcVBjsbWZjLiv91-_4Uo7MtTHp8ZYaC7Fy5oqs1tg5NWeAtvIDXK_Ao6nwk_V_gxOJ1WbQZv-WL72KwfTHAAXlr6v2VrbZxa2JNkNbMdpizuW3JVTg8uL7EFS93EDsbyLwQmRRyeDRNIl2Ovs8PXsyjTssYjnY4M4PnxtyYV6ctKvQgCnxjslnotrhw8ajZXjJg&random=197041142&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/953521636/?random=1776807788281&cv=11&fst=1776805200000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64h1v9115057404za200zd9115057404xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938466~115938469~117266401~117884344&u_w=800&u_h=600&url=https%3A%2F%2Fwww.statnews.com%2F&rcb=7&frm=0&tiba=STAT%20%7C%20A%20decade%20of%20reporting%20from%20the%20frontiers%20of%20health%20and%20medicine&did=dYWJhMj&gdid=dYWJhMj&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=289069020.1776807788&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gap.plf=5&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfZ19_v9MpGpAgqppzET1-xi8pcAYhzNU9wf9ChszC6BcsaJgCFOFdUlHBRqR5Zk1qFvrcVBjsbWZjLiv91-_4Uo7MtTHp8ZYaC7Fy5oqs1tg5NWeAtvIDXK_Ao6nwk_V_gxOJ1WbQZv-WL72KwfTHAAXlr6v2VrbZxa2JNkNbMdpizuW3JVTg8uL7EFS93EDsbyLwQmRRyeDRNIl2Ovs8PXsyjTssYjnY4M4PnxtyYV6ctKvQgCnxjslnotrhw8ajZXjJg&random=197041142&rmt_tld=0&ipr=y — 200 — 64 B — 27 ms — h3https://j927.statnews.com/DG/DEFAULT/rest/rpc/311?referer=https%3A%2F%2Fwww.statnews.com%2F&bcsessionid=309be89d-6f49-44c3-8007-dc4d670154a2&bctempid=&overruleReferrer=&time=2026-04-21T21%3A43%3A09%2B00%3A00&ts=1776807789248j927.statnews.com/DG/DEFAULT/rest/r... https://j927.statnews.com/DG/DEFAULT/rest/rpc/311?referer=https%3A%2F%2Fwww.statnews.com%2F&bcsessionid=309be89d-6f49-44c3-8007-dc4d670154a2&bctempid=&overruleReferrer=&time=2026-04-21T21%3A43%3A09%2B00%3A00&ts=1776807789248 — 200 — 6.0 KiB — 27 ms — h2https://j927.statnews.com/DG/DEFAULT/rest/rpc/311?referer=https%3A%2F%2Fwww.statnews.com%2F&bcsessionid=309be89d-6f49-44c3-8007-dc4d670154a2&bctempid=&overruleReferrer=&time=2026-04-21T21%3A43%3A09%2B00%3A00&ts=1776807789257j927.statnews.com/DG/DEFAULT/rest/r... https://j927.statnews.com/DG/DEFAULT/rest/rpc/311?referer=https%3A%2F%2Fwww.statnews.com%2F&bcsessionid=309be89d-6f49-44c3-8007-dc4d670154a2&bctempid=&overruleReferrer=&time=2026-04-21T21%3A43%3A09%2B00%3A00&ts=1776807789257 — 200 — 6.1 KiB — 21 ms — h2https://cdn.cxense.com/sp1.htmlcdn.cxense.com/sp1.html https://cdn.cxense.com/sp1.html — 200 — 887 B — 41 ms — http/1.1https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.html — 200 — 5.8 KiB — 35 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 25 ms — h3https://www.google.com/recaptcha/api2/aframewww.google.com/recaptcha/api2/afram... https://www.google.com/recaptcha/api2/aframe — 200 — 568 B — 38 ms — h3https://cdn.cxense.com/cx.jscdn.cxense.com/cx.js https://cdn.cxense.com/cx.js — 200 — 38.1 KiB — 15 ms — http/1.1https://pagead2.googlesyndication.com/bg/f5QAlvtNIG4WVQkBqopU_UJKye32LJV4C0JimSvBZxA.jspagead2.googlesyndication.com/bg/f5... https://pagead2.googlesyndication.com/bg/f5QAlvtNIG4WVQkBqopU_UJKye32LJV4C0JimSvBZxA.js — 200 — 21.8 KiB — 53 ms — h3https://pagead2.googlesyndication.com/pagead/sodar?id=sodar2&v=254&li=gpt_m202604200101&jk=656929876226487&rc=pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/sodar?id=sodar2&v=254&li=gpt_m202604200101&jk=656929876226487&rc= — 204 — 17 B — 55 ms — h3https://p1cluster.cxense.com/p1.jsp1cluster.cxense.com/p1.js https://p1cluster.cxense.com/p1.js — 200 — 538 B — 40 ms — h2https://comcluster.cxense.com/Repo/rep.gif?ver=3.3.0&typ=pgv&rnd=mo95hb8td6khcvfw&sid=5857339954858237794&loc=https%3A%2F%2Fwww.statnews.com%2F&new=1&arf=0&ltm=1776807789184&ref=&tzo=0&wsz=1350x940&res=800x600&dpr=1&col=24&bln=en-US&chs=UTF-8&cks=mo95hcjms9uh38ga&ckp=mo95hb8tv7mxckq0&glb=&cp_userState=anon&cst=1p13acl2gctus22ht57m1upafwcomcluster.cxense.com/Repo/rep.gif?... https://comcluster.cxense.com/Repo/rep.gif?ver=3.3.0&typ=pgv&rnd=mo95hb8td6khcvfw&sid=5857339954858237794&loc=https%3A%2F%2Fwww.statnews.com%2F&new=1&arf=0&ltm=1776807789184&ref=&tzo=0&wsz=1350x940&res=800x600&dpr=1&col=24&bln=en-US&chs=UTF-8&cks=mo95hcjms9uh38ga&ckp=mo95hb8tv7mxckq0&glb=&cp_userState=anon&cst=1p13acl2gctus22ht57m1upafw — 200 — 413 B — 21 ms — h2https://id.cxense.com/public/user/id?json=%7B%22identities%22%3A%5B%7B%22type%22%3A%22ckp%22%2C%22id%22%3A%22mo95hb8tv7mxckq0%22%7D%2C%7B%22type%22%3A%22lst%22%2C%22id%22%3A%221p13acl2gctus22ht57m1upafw%22%7D%2C%7B%22type%22%3A%22cst%22%2C%22id%22%3A%221p13acl2gctus22ht57m1upafw%22%7D%5D%7D&callback=cXJsonpCB1id.cxense.com/public/user/id?json=%... https://id.cxense.com/public/user/id?json=%7B%22identities%22%3A%5B%7B%22type%22%3A%22ckp%22%2C%22id%22%3A%22mo95hb8tv7mxckq0%22%7D%2C%7B%22type%22%3A%22lst%22%2C%22id%22%3A%221p13acl2gctus22ht57m1upafw%22%7D%2C%7B%22type%22%3A%22cst%22%2C%22id%22%3A%221p13acl2gctus22ht57m1upafw%22%7D%5D%7D&callback=cXJsonpCB1 — 200 — 608 B — 56 ms — h2https://0edf659c6bb035d9f8747451e9e24a7a.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html0edf659c6bb035d9f8747451e9e24a7a.sa... https://0edf659c6bb035d9f8747451e9e24a7a.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html — 200 — 0 B — 2 ms — h3https://ep2.adtrafficquality.google/generate_204?CQnQ2Aep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?CQnQ2A — 204 — 40 B — 15 ms — h2https://tpc.googlesyndication.com/safeframe/1-0-45/js/ext.jstpc.googlesyndication.com/safeframe... https://tpc.googlesyndication.com/safeframe/1-0-45/js/ext.js — 200 — 6.6 KiB — 49 ms — h2https://cdn.marphezis.com/cmpp/index.jscdn.marphezis.com/cmpp/index.js https://cdn.marphezis.com/cmpp/index.js — 200 — 430 B — 33 ms — h2https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js — 200 — 73.1 KiB — 14 ms — h3https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjsvK9Qc-B7g3Sf_9b3DEuDHJXFiOcoRu914QUbbq3guCbCVnYGE-idaztVb1kIAzCJHxW1Nc7TEnp71CkpO-B3fjLSsqDOzHuhI1czx1mF1bOLYZnaC_y1JFkWLUMacUc5n68a8IfVpCBY1bzbY8nTyes4n4ku_3uFTMHP2RU42g6KDnoP5usJRDmBvRTBrhNK_SYNxrL9aziWGSYJXyvuUD3zbH2JdC8orWPPHqytcnZprv_NzRNuhODmqbbR5gEVdWNtzE9xwUzpYUbWCYjPp_zabFm2TX5ioPN-f1cTIdtMEfrJ8VuFKwzONtk4J7zaziWx9gm5WV5O72MgxO7OCynfQESvcpCNjhZh3zA4HHa30iKpFaGWE-cNTi9ez8aEQVR5Ph3tgDBzagkrQkzSi6bxifVws--TIHvFeAVUbY4BNVXlgfmhaI3MWmlSz88HjUNpUsXg&sai=AMfl-YQg7Qt8OJBehnpZTYdiDSRoytLNRWcIYfOCBdAAb-XyGoznUuA9kNrdgU7zX-5WpcQFCk9odIXiaYNhJ1-ytca6AgLTws5v54IMsNPMlEdHBmh5Vcx22YnQQpNhk1g4hfKJHRXmyjWx08kiPsLqf-3jH6VsuCSab1bJ5tT8i-HMyCz5CxqKID2zbip90ugjAgAHlEJZIxQva_lFCgIfL7TGrQaTwgbl35CutWUNJ-_UW03b2r-cMOZQJecB-taFioLfiYAHMu0xRz4HlZCNfXV78tKo1zjydaDAnlshq0qtVcyV6aOVQEPPDeksJ4lrX-YBoWC1Ah46pWnECdXd9Y_UXzK03vz2_2tvjzwFkHg-nDrHqdIQI3xETOHFA_G5iw&sig=Cg0ArKJSzMNTw7b8BK8EEAE&uach_m=%5BUACH%5D&urlfix=1&adurl=securepubads.g.doubleclick.net/pcs/... https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjsvK9Qc-B7g3Sf_9b3DEuDHJXFiOcoRu914QUbbq3guCbCVnYGE-idaztVb1kIAzCJHxW1Nc7TEnp71CkpO-B3fjLSsqDOzHuhI1czx1mF1bOLYZnaC_y1JFkWLUMacUc5n68a8IfVpCBY1bzbY8nTyes4n4ku_3uFTMHP2RU42g6KDnoP5usJRDmBvRTBrhNK_SYNxrL9aziWGSYJXyvuUD3zbH2JdC8orWPPHqytcnZprv_NzRNuhODmqbbR5gEVdWNtzE9xwUzpYUbWCYjPp_zabFm2TX5ioPN-f1cTIdtMEfrJ8VuFKwzONtk4J7zaziWx9gm5WV5O72MgxO7OCynfQESvcpCNjhZh3zA4HHa30iKpFaGWE-cNTi9ez8aEQVR5Ph3tgDBzagkrQkzSi6bxifVws--TIHvFeAVUbY4BNVXlgfmhaI3MWmlSz88HjUNpUsXg&sai=AMfl-YQg7Qt8OJBehnpZTYdiDSRoytLNRWcIYfOCBdAAb-XyGoznUuA9kNrdgU7zX-5WpcQFCk9odIXiaYNhJ1-ytca6AgLTws5v54IMsNPMlEdHBmh5Vcx22YnQQpNhk1g4hfKJHRXmyjWx08kiPsLqf-3jH6VsuCSab1bJ5tT8i-HMyCz5CxqKID2zbip90ugjAgAHlEJZIxQva_lFCgIfL7TGrQaTwgbl35CutWUNJ-_UW03b2r-cMOZQJecB-taFioLfiYAHMu0xRz4HlZCNfXV78tKo1zjydaDAnlshq0qtVcyV6aOVQEPPDeksJ4lrX-YBoWC1Ah46pWnECdXd9Y_UXzK03vz2_2tvjzwFkHg-nDrHqdIQI3xETOHFA_G5iw&sig=Cg0ArKJSzMNTw7b8BK8EEAE&uach_m=%5BUACH%5D&urlfix=1&adurl= — 200 — 28 B — 108 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2 — 204 — 20 B — 72 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4 — 204 — 20 B — 58 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWACaAM%3Dpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWACaAM%3D — 204 — 20 B — 23 ms — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST… — 200 — 0 B — 0 ms — datahttps://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjst5FLdswpA6w5UUiBrXpKh3FaKHS3AXoudVvNWvsnPZ_VGvSRYKSsCgYIt6yUIA1_vIMUsh2a8ACB1-u-3j5GYjmjWe0TxghP7yYfHQnJhM7EZyBo4SlDeb0-sdCwUYdi6uhevISkAnOlmSYxu_GvMlxjyJnu-rSWrwWwZNiD-vXv_7tGOdh57yqoTOEMdYeTes729QaDVCmAhyAOFwMGXmD306bepil6S5fPHUls9asR99_KzhOpJlAgH6tfFUDutnlrZz65Vf1ieJ4cXoM2Km3OytHSpRk835sqie8kb269T-rVIOJJyi1CG1AQJxyWxYyK8zu067zkpT3Y6IV0jsM2rvjBawJnf7W01DE2b_SfBVYr7y8bCCBB6LH25Hml3zmp865WsNzZj7ztIlZ-c6UTH5YOn02okQ9eb7jO56-letBSqJ_4LHn-GzliHIuC1rvjftvr_0&sai=AMfl-YSp8ZDxMBXLjrMLglc0hhXyUAKRyJSwG6VHUT1Kw3HlsnifEKk4P1W6VyCLrE-E1DajfzxFbgwryOx2APkwFrFWNXaXp4cCX6VUcePnF0z_G3GuWj74xhIqE_4DR33-1GQu71OsbRI8ecK09vLJagDlTrnjK8oDfSnYprsJPBUlfwuDFztY59qcprVaaF4L_tTHNtRK9vvN49xG2YXvnucR0ekqC6YehThd4Y3EwkbDb9PQZ3jqKQ0JOvVdb0tCU8U3Z6AXEkvyMoA46Bx3aTB072WkNoTtOftQNlhees8cmakfY82A_5isnAUsB17xiG9MMqiFISsWUF2oXfnsg81cfTu37CbG-0em8IAGrts_YBinvLld9hrN9PE-s1UquQ&sig=Cg0ArKJSzErW_jhtyVk5EAE&uach_m=%5BUACH%5D&urlfix=1&dett=4&adurl=securepubads.g.doubleclick.net/pcs/... https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjst5FLdswpA6w5UUiBrXpKh3FaKHS3AXoudVvNWvsnPZ_VGvSRYKSsCgYIt6yUIA1_vIMUsh2a8ACB1-u-3j5GYjmjWe0TxghP7yYfHQnJhM7EZyBo4SlDeb0-sdCwUYdi6uhevISkAnOlmSYxu_GvMlxjyJnu-rSWrwWwZNiD-vXv_7tGOdh57yqoTOEMdYeTes729QaDVCmAhyAOFwMGXmD306bepil6S5fPHUls9asR99_KzhOpJlAgH6tfFUDutnlrZz65Vf1ieJ4cXoM2Km3OytHSpRk835sqie8kb269T-rVIOJJyi1CG1AQJxyWxYyK8zu067zkpT3Y6IV0jsM2rvjBawJnf7W01DE2b_SfBVYr7y8bCCBB6LH25Hml3zmp865WsNzZj7ztIlZ-c6UTH5YOn02okQ9eb7jO56-letBSqJ_4LHn-GzliHIuC1rvjftvr_0&sai=AMfl-YSp8ZDxMBXLjrMLglc0hhXyUAKRyJSwG6VHUT1Kw3HlsnifEKk4P1W6VyCLrE-E1DajfzxFbgwryOx2APkwFrFWNXaXp4cCX6VUcePnF0z_G3GuWj74xhIqE_4DR33-1GQu71OsbRI8ecK09vLJagDlTrnjK8oDfSnYprsJPBUlfwuDFztY59qcprVaaF4L_tTHNtRK9vvN49xG2YXvnucR0ekqC6YehThd4Y3EwkbDb9PQZ3jqKQ0JOvVdb0tCU8U3Z6AXEkvyMoA46Bx3aTB072WkNoTtOftQNlhees8cmakfY82A_5isnAUsB17xiG9MMqiFISsWUF2oXfnsg81cfTu37CbG-0em8IAGrts_YBinvLld9hrN9PE-s1UquQ&sig=Cg0ArKJSzErW_jhtyVk5EAE&uach_m=%5BUACH%5D&urlfix=1&dett=4&adurl= — 200 — 28 B — 28 ms — h3https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604200101&jk=656929876226487&bg=!IiGlIUPNAAY2C5OeFgs7AEcBe5WfOJ03Z9JrwveayvDjPAlebv4CiH4CzdrjjeZzSC4vBIhd6Hg3tALwbPQ_fsUxWPfsVEpM4VV5oDt4mLgpB_9kZML65QIAAAC5UgAAAAZoAQd-ADejdMEOpdr2HHPa4PUiM7QwlJEDK1s2-m0ONmtgDpswVageuPv_txHNMROOMQ-Wncm70a_rd3KqCgAobp20LKBP-euogvXqkZPuIAuEva5wCmrEca6wmBJAmyhuhpM5LwsrypkCsbRJaEHzy27VgB1hq0Zjfh9tMMLqzcGtSDcgkCZ7ZT7mfOqgwEND8Css5ynHZkI_SiMAnriN-XakbJka1soIF7304hozkqk1F83qUTtSlih1E8eVDXtduWVxDQD7rhEXqQDs-p5_Auiaqjcvwom3g-hJvFBPeiiZfLffzGYe3wwkyTF0kIQazNP1hcgBXpXchYnCjnYzz5PKP2SD0UCrHCORNMuQvHqBJsZ0piSUH97TYvMAFT4auumr-c0frbQ8WRbwk5UW3YQVrrOBBaOYsZuWbqINE2QgZcxf1N-SbQzPhICOYoQhpnzeIDjSHcMre1lFBn533geAEh5OEbvfKP_t2IOaTpsAV-COla8YfBm7D3uqAb8d57TmzWelZ4-JlLs8GnxztE1v3BQ6-KQbxuiP2CbroEjt76DfT6ZnISe8S1fIwKlcRpYjGsAnVpi97BIaeNlugIcwCUcQBOWs3BB1SBpJs0ty4n1cN4eMjqAShTpB7JLC0JkhrYzUCS4F0aV42IOoi9rzgoUPCwzq5-E_P4OQ05r6wtnxvW9s2JxGdDrged1lu-80y2eRzen5Ff8JnIS-Ossmt4ES38-AANG2N4aTWIvuxzXDmyzlmW3W5D2WAP5co_GWOCS34FT5OCcXC70LmAKPrD1gWrOX4buiihL06ez07AeN5FVh3RKTbJwPeFsD_X_hT0ekIZdtLvV7K17tOJJW1tSE04TvW1EsbTMV7rarvmj2IrdCdkGb7cl3NN0YrF_9YBNdm2XuuqEnU-LKyEUjDiy3FiPXJwcdpp1GjdxBk-SnnTMTKeqDTmUcJqitAt0QUT3IBiYWaRc1a_enHaEQ_8S31kXSNVr7vTz4MtyI4XgBuGrIVTY18r4A0D6kbtPy4ajW5atqfkcV6e5yZsAZRnry1dWBRvdQep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604200101&jk=656929876226487&bg=!IiGlIUPNAAY2C5OeFgs7AEcBe5WfOJ03Z9JrwveayvDjPAlebv4CiH4CzdrjjeZzSC4vBIhd6Hg3tALwbPQ_fsUxWPfsVEpM4VV5oDt4mLgpB_9kZML65QIAAAC5UgAAAAZoAQd-ADejdMEOpdr2HHPa4PUiM7QwlJEDK1s2-m0ONmtgDpswVageuPv_txHNMROOMQ-Wncm70a_rd3KqCgAobp20LKBP-euogvXqkZPuIAuEva5wCmrEca6wmBJAmyhuhpM5LwsrypkCsbRJaEHzy27VgB1hq0Zjfh9tMMLqzcGtSDcgkCZ7ZT7mfOqgwEND8Css5ynHZkI_SiMAnriN-XakbJka1soIF7304hozkqk1F83qUTtSlih1E8eVDXtduWVxDQD7rhEXqQDs-p5_Auiaqjcvwom3g-hJvFBPeiiZfLffzGYe3wwkyTF0kIQazNP1hcgBXpXchYnCjnYzz5PKP2SD0UCrHCORNMuQvHqBJsZ0piSUH97TYvMAFT4auumr-c0frbQ8WRbwk5UW3YQVrrOBBaOYsZuWbqINE2QgZcxf1N-SbQzPhICOYoQhpnzeIDjSHcMre1lFBn533geAEh5OEbvfKP_t2IOaTpsAV-COla8YfBm7D3uqAb8d57TmzWelZ4-JlLs8GnxztE1v3BQ6-KQbxuiP2CbroEjt76DfT6ZnISe8S1fIwKlcRpYjGsAnVpi97BIaeNlugIcwCUcQBOWs3BB1SBpJs0ty4n1cN4eMjqAShTpB7JLC0JkhrYzUCS4F0aV42IOoi9rzgoUPCwzq5-E_P4OQ05r6wtnxvW9s2JxGdDrged1lu-80y2eRzen5Ff8JnIS-Ossmt4ES38-AANG2N4aTWIvuxzXDmyzlmW3W5D2WAP5co_GWOCS34FT5OCcXC70LmAKPrD1gWrOX4buiihL06ez07AeN5FVh3RKTbJwPeFsD_X_hT0ekIZdtLvV7K17tOJJW1tSE04TvW1EsbTMV7rarvmj2IrdCdkGb7cl3NN0YrF_9YBNdm2XuuqEnU-LKyEUjDiy3FiPXJwcdpp1GjdxBk-SnnTMTKeqDTmUcJqitAt0QUT3IBiYWaRc1a_enHaEQ_8S31kXSNVr7vTz4MtyI4XgBuGrIVTY18r4A0D6kbtPy4ajW5atqfkcV6e5yZsAZRnry1dWBRvdQ — 204 — 17 B — 40 ms — h3https://bh.contextweb.com/visitormatch/prebidbh.contextweb.com/visitormatch/preb... https://bh.contextweb.com/visitormatch/prebid — 302 — 926 B — 9 ms — h2https://cm.g.doubleclick.net/pixel?google_nid=contextweb&google_cm&google_sc&google_hm=%%ENCRYPTED_VGUID_B64%%&gdpr=%%GDPR_IN_EFFECT%%&gdpr_consent=%%GDPR_CONSENT%%cm.g.doubleclick.net/pixel?google_n... https://cm.g.doubleclick.net/pixel?google_nid=contextweb&google_cm&google_sc&google_hm=%%ENCRYPTED_VGUID_B64%%&gdpr=%%GDPR_IN_EFFECT%%&gdpr_consent=%%GDPR_CONSENT%% — 302 — 608 B — 35 ms — h2https://cm.g.doubleclick.net/pixel?google_nid=contextweb&google_cm=&google_sc=&google_hm=%%ENCRYPTED_VGUID_B64%%&gdpr=%%GDPR_IN_EFFECT%%&gdpr_consent=%%GDPR_CONSENT%%&google_tc=cm.g.doubleclick.net/pixel?google_n... https://cm.g.doubleclick.net/pixel?google_nid=contextweb&google_cm=&google_sc=&google_hm=%%ENCRYPTED_VGUID_B64%%&gdpr=%%GDPR_IN_EFFECT%%&gdpr_consent=%%GDPR_CONSENT%%&google_tc= — 200 — 243 B — 22 ms — h2https://buy.tinypass.com/api/v3/anon/assets/sdk-runtime-config.js?aid=3FPRsl3Rpubuy.tinypass.com/api/v3/anon/assets... https://buy.tinypass.com/api/v3/anon/assets/sdk-runtime-config.js?aid=3FPRsl3Rpu — 200 — 526 B — 13 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 2090ms · 754KB · $28/mo
www.statnews.com
Other
Costly
Execution 482ms
Transfer 45 KB
Monthly Cost $6/mo
Unattributable
Other
Costly
Execution 326ms
Transfer 0 KB
Monthly Cost $4/mo
j927.statnews.com
Other
Costly
Execution 326ms
Transfer 45 KB
Monthly Cost $4/mo
securepubads.g.doubleclick.net
Other
Costly
Execution 313ms
Transfer 188 KB
Unused 50%
Monthly Cost $4/mo
HubSpot Analytics
Analytics
Optional
Execution 167ms
Transfer 42 KB
Monthly Cost $2/mo
OneTrust
Consent
Essential
Execution 143ms
Transfer 129 KB
Unused 56%
Monthly Cost $2/mo
www.statnews.com
Other
Optional
Execution 116ms
Transfer 30 KB
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 116ms
Transfer 142 KB
Unused 36%
Monthly Cost $2/mo
cdn.tinypass.com
Other
Optional
Execution 101ms
Transfer 133 KB
Unused 53%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.statnews.com adds 482ms and costs ~$6/month
  • Unattributable adds 326ms and costs ~$4/month
  • j927.statnews.com adds 326ms and costs ~$4/month
  • securepubads.g.doubleclick.net adds 313ms and costs ~$4/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

www.statnews.com takes 482ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Unattributable takes 326ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

j927.statnews.com takes 326ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

securepubads.g.doubleclick.net takes 313ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

56% of OneTrust's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

53% of cdn.tinypass.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback