(function() { const u = '/apps/statistics.php?aid=21063&browser=IE&created_date=20260304&created_hour=23&dduuid=ce841ebf4512c&device=0&device_type=desktop&os=Windows&ssid=on9f35dsakq846tmn301070077&t=1772637073&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ad33404d6a37aeb5b35c53b1e4e1efc182af165b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();