(function() { const u = '/apps/statistics.php?aid=206441&browser=IE&created_date=20251227&created_hour=08&dduuid=18c6f36372a3b&device=0&device_type=desktop&os=Windows&ssid=7lut1pqe393vg5mbomq6epsctl&t=1766796991&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8a6396f7ef7903018b6883d14f46cb4b8c1b3410&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();