(function() { const u = '/apps/statistics.php?aid=431053&browser=IE&created_date=20251229&created_hour=16&dduuid=70cf426e75370&device=0&device_type=desktop&os=Windows&ssid=1tn1jeb26bmdd512revea9l8s0&t=1766996056&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0f74cdf9fa813f5622644e15f2e107852874d810&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();