(function() { const u = '/apps/statistics.php?aid=439868&browser=IE&created_date=20260307&created_hour=16&dduuid=05c2780ddff91&device=0&device_type=desktop&os=Windows&ssid=brfb88orfthpmeg1mgs7l0h2ir&t=1772872183&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d415bfc34eeccd24b7473e1b402331af63f2ac9d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();