(function() { const u = '/apps/statistics.php?aid=455263&browser=IE&created_date=20260306&created_hour=01&dduuid=63d77bfec9e82&device=0&device_type=desktop&os=Windows&ssid=rcf63rj5rpth53n66otdtr49qn&t=1772730022&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=09ec6cf066c259afce3a0cae6938469502ee6c53&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();