(function() { const u = '/apps/statistics.php?aid=447504&browser=IE&created_date=20260310&created_hour=17&dduuid=6861f08ae8dca&device=0&device_type=desktop&os=Windows&ssid=m806g2crepetb02ctp5er1ncji&t=1773133754&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=18c867abc4c57dbc74659927aa464e993e4e6fac&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();