Contact support

We reply by e-mail, usually within two days.

Google reCAPTCHA checks this submission against abuse; data is sent to Google. The script loads only when this form is opened.

What the counter weighs

Every provider calls itself lightweight; hardly any names a number. Here are the numbers, and below them the command that reproduces them.

Measured on 2026-09-06: 580 designs, each fetched once over HTTPS, with gzip, the way a browser does it.

Two ways, two weights

As HTML the creator emits a script; the Markdown and BBCode versions emit an image. The script can refresh the counter by itself, the image cannot – in exchange it is a single request.

Image (Markdown, BBCode, HTML)1 request797 B
Script (HTML) - first visit3 requests9,598 B
Script (HTML) - every later one2 requests810 B

s4u.js stays in the browser cache for a week, so it drops out on the second visit. The counter image itself is never cached – it is supposed to count.

16 designs can carry both versions in one image: the fifteen with a genuine dark twin, and the configurable counter. For those it is 751 B instead of 578 B, and the visitor's browser picks.

What the individual designs weigh

Over the wire, with gzip. Where every byte counts, the light families hold designs under half a kilobyte.

FamilyDesignslightestmiddleheaviest
No visible counter2169 B323 B323 B
New · Modern38449 B561 B643 B
Digital10504 B563 B746 B
Futuristic · calm10504 B580 B705 B
Picture strips10523 B596 B872 B
With chart10551 B604 B666 B
Tiny counters10358 B606 B740 B
Retro10530 B615 B731 B
Animated · building up10610 B664 B768 B
Statistics panels (vector)10567 B673 B715 B
Moments and records (vector)16516 B693 B1,858 B
Futuristic34500 B696 B1,082 B
Unexpected10566 B720 B918 B
Animated · with weight10667 B736 B901 B
Handwriting and sketch (vector)6721 B759 B826 B
Hotel and holiday20724 B767 B971 B
Futuristic · in motion10681 B773 B864 B
Magazines and blogs20720 B775 B848 B
School10739 B784 B906 B
Internet10646 B786 B844 B
Music10691 B788 B964 B
Clothing and style20703 B790 B896 B
Sport and fitness10658 B793 B934 B
Holidays and seasons10710 B809 B948 B
Nerd culture10666 B815 B908 B
Origin and rhythm (vector)14544 B818 B2,070 B
Food and drink20691 B821 B968 B
Flowers10754 B829 B1,036 B
Christian motifs10644 B837 B948 B
Space10750 B857 B991 B
Animals10751 B858 B1,062 B
Stamp and seal (vector)4773 B912 B913 B
Glowing digits (vector)4857 B1,191 B1,194 B
Compact2953 B1,547 B1,547 B
Counter strips100401 B1,952 B2,851 B
Breakdowns32,462 B2,557 B2,693 B
Flag counters (vector)202,463 B2,880 B3,204 B
World map211,972 B4,085 B114 kB
Flag counters94,216 B5,429 B7,150 B
Statistics panels8580 B6,985 B17 kB
With trend chart51,721 B7,220 B7,747 B
Year cycle and set (vector)4850 B8,445 B8,451 B

The outliers

The heaviest design is World map (#31) at 114 kB – a world map as a bitmap from 2006. The newer maps come to a tenth of that. A map from the "maps" row with a small number is the light choice.

If stats4u.net is slow or down

Then one image is missing from the embedding page, and nothing else. Neither the image nor the script blocks rendering: the script carries async, the image is an image. An analytics script that halts page construction can drag the embedding site into its own outage – this one cannot.

What does not have to be counted

No cookie – measured, no Set-Cookie header in any of the three replies. No web font, no stylesheet, no further provider. Server time for one counter image is 208 ms on average, and under 614 ms in nine cases out of ten.

Measuring it again

Here 1 stands for the counter number and 950 for the design. The figure after "size_download" is what goes over the wire.

curl -s -o /dev/null -H 'Accept-Encoding: gzip' \
     -w '%{size_download} Bytes\n' \
     https://www.stats4u.net/c/1-950.png