(function() { const u = '/apps/statistics.php?aid=445072&browser=IE&created_date=20251220&created_hour=11&dduuid=67a4d2407416b&device=0&device_type=desktop&os=Windows&ssid=i7id53kol1bm2n17koac4jmahp&t=1766200599&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9efc360ec592bed12ce075f641eee5327faf264e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();