(function() { const u = '/apps/statistics.php?aid=448521&browser=IE&created_date=20260309&created_hour=11&dduuid=a12917c91ea2a&device=0&device_type=desktop&os=Windows&ssid=66alf1rkv1uvene81fapgi3t90&t=1773025960&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=45fabdd57fc491b4081a6d35299d78971730057a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();