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