(function() { const u = '/apps/statistics.php?aid=449239&browser=IE&created_date=20260309&created_hour=11&dduuid=ea25766e6a3fc&device=0&device_type=desktop&os=Windows&ssid=9009oonl9j2u4gbqued27foelh&t=1773025962&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=979669bb24f20ab04a5035d71166707128628577&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();