(function() { const u = '/apps/statistics.php?aid=57806&browser=IE&created_date=20251218&created_hour=17&dduuid=e7d83158d898a&device=0&device_type=desktop&os=Windows&ssid=9gpgpnpp8nehsarj34a2tgj6dk&t=1766049545&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=10a3f2b34ebf38c323a1ed755884855d77090f1d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();