(function() { const u = '/apps/statistics.php?aid=454338&browser=IE&created_date=20260308&created_hour=04&dduuid=10ff7216a4965&device=0&device_type=desktop&os=Windows&ssid=jh6m4icc1vvgc92s14b08r0lt0&t=1772914224&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f88520f577be87704f20e8a626bc062fdf1458aa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();