(function() { const u = '/apps/statistics.php?aid=209529&browser=IE&created_date=20251227&created_hour=05&dduuid=9b5e647f683b6&device=0&device_type=desktop&os=Windows&ssid=pq21incgmtgbhtiopdfs21cvfr&t=1766783636&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=84e0a0a8df854c9deb23490061be8fab64990b2e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();