(function() { const u = '/apps/statistics.php?aid=294957&browser=IE&created_date=20260223&created_hour=09&dduuid=1e20aeed997a3&device=0&device_type=desktop&os=Windows&ssid=t6hmstrm1ns0kts05l4vusutsm&t=1771811470&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=40c3135c7247733bd1a8d85bd7e62b2fd58f0b3d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();