(function() { const u = '/apps/statistics.php?aid=7504&browser=IE&created_date=20260314&created_hour=14&dduuid=fd761420b1781&device=0&device_type=desktop&os=Windows&ssid=nl8t9ie8m9aoc0j26r3uss5cea&t=1773471143&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a7e612cfec99a714f3ffd1e47628bc46cd0b0660&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();