(function() { const u = '/apps/statistics.php?aid=454674&browser=IE&created_date=20260223&created_hour=23&dduuid=e398d43057bf9&device=0&device_type=desktop&os=Windows&ssid=mh5e6bsp028cr9mhc3gobiqobk&t=1771861858&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9c9784006baf277dce9e78baf265d4735e8c475b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();