(function() { const u = '/apps/statistics.php?aid=422949&browser=IE&created_date=20251220&created_hour=12&dduuid=8e38d830e2903&device=0&device_type=desktop&os=Windows&ssid=4ntd04p3k2qtiu8rt3ltkfvvon&t=1766206521&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=29a3b6585859d184ffa2ca12854c4eb1b6e69331&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();