(function() { const u = '/apps/statistics.php?aid=448580&browser=IE&created_date=20260124&created_hour=00&dduuid=5423c47732358&device=0&device_type=desktop&os=Windows&ssid=5t77rn66tq03n8c0add9srredh&t=1769184468&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9d6e3bfb557443f05b8a0193ad3470ec66ffecdf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();