(function() { const u = '/apps/statistics.php?aid=363877&browser=IE&created_date=20260311&created_hour=11&dduuid=799ead4c3c4e5&device=0&device_type=desktop&os=Windows&ssid=sv7l44r1jifnqp922tfoen1nuq&t=1773198931&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7618acce76646b99d3b0d8bde3d7ea2f137c65ee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();