(function() { const u = '/apps/statistics.php?aid=454573&browser=IE&created_date=20260310&created_hour=02&dduuid=6d220d41f72b9&device=0&device_type=desktop&os=Windows&ssid=84av55hpmbcon5osjn5ro0vsuu&t=1773079670&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=393614231d73ab880d28b25c6fc8120a7ad6e083&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();