(function() { const u = '/apps/statistics.php?aid=426456&browser=IE&created_date=20260101&created_hour=05&dduuid=294adcb4677d3&device=0&device_type=desktop&os=Windows&ssid=7mmbjh7ajlmggdnq93catrf34k&t=1767215184&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ea9afb4739427ebdef61678ea0aeb1c563c97bd6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();