(function() { const u = '/apps/statistics.php?aid=409047&browser=IE&created_date=20260306&created_hour=03&dduuid=05ffa3ce5e20e&device=0&device_type=desktop&os=Windows&ssid=i5555ri3l7vl9c8fhpt8rlcr4r&t=1772738354&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6a26f03d7702bfb0ca18ecba7f4dc310ac8759aa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();