(function() { const u = '/apps/statistics.php?aid=35939&browser=IE&created_date=20251129&created_hour=19&dduuid=c3bfccb3f9e16&device=0&device_type=desktop&os=Windows&ssid=e5h83f89ch08eeoegq9rle1qp3&t=1764417418&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2d6516664681f2560592dbbc08065eb6b46d58f9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();