(function() { const u = '/apps/statistics.php?aid=437789&browser=IE&created_date=20251129&created_hour=16&dduuid=f218a38642360&device=0&device_type=desktop&os=Windows&ssid=hue2u3qmdlr9orstn706qna2a5&t=1764403465&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8ca7f2f45069f905c513b9eeaea25884d5873b68&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();