(function() { const u = '/apps/statistics.php?aid=454213&browser=IE&created_date=20260305&created_hour=09&dduuid=220d649f75794&device=0&device_type=desktop&os=Windows&ssid=bi0bar21b0si59hp6r059tn1j9&t=1772672664&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d84dbb416eb567bb824acc33b8777ac24b69e211&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();