(function() { const u = '/apps/statistics.php?aid=449428&browser=IE&created_date=20260226&created_hour=02&dduuid=d0159bc59c4ee&device=0&device_type=desktop&os=Windows&ssid=cj53ha51lgaviou56o8749f036&t=1772045586&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eef27fee2b0fe87b8d2ad6957b0cfcb69ab236d2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();