(function() { const u = '/apps/statistics.php?aid=345018&browser=IE&created_date=20251221&created_hour=12&dduuid=473db6894ae9b&device=0&device_type=desktop&os=Windows&ssid=oegf42kh3grp1nbu07vfgfc66m&t=1766290682&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d2f0c89289aa699db31a530793ca259632e7e059&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();