(function() { const u = '/apps/statistics.php?aid=403357&browser=IE&created_date=20260227&created_hour=17&dduuid=aa60d5bee962b&device=0&device_type=desktop&os=Windows&ssid=fg1bf68ol36e3ben5nvglesuio&t=1772183951&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a78b081c9454f20c1ac42c21a63dee08609bc95a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();