(function() { const u = '/apps/statistics.php?aid=461001&browser=IE&created_date=20260315&created_hour=13&dduuid=8aeebe23322d3&device=0&device_type=desktop&os=Windows&ssid=0d2o8m52f6nnkc7titp4l5ekn7&t=1773553018&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=12bf8662ba08a237f9a7982fea39b7cec6ff4aaa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();