(function() { const u = '/apps/statistics.php?aid=50&browser=IE&created_date=20260310&created_hour=12&dduuid=ea0691c9d3bda&device=0&device_type=desktop&os=Windows&ssid=5c4a4fi928o97cjvd7o4vfcup5&t=1773118034&typeid=28&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eface2f390192c8a4398b0637e03384372ac84df&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();