(function() { const u = '/apps/statistics.php?aid=398&browser=IE&created_date=20260304&created_hour=00&dduuid=cefbe89dbafda&device=0&device_type=desktop&os=Windows&ssid=t0nup6qa3vhpe10ii6r80r1j8j&t=1772556316&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c38ff5c26420358a78bf52a7e9eb4ac594bacc6b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();