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