(function() { const u = '/apps/statistics.php?aid=397711&browser=IE&created_date=20260224&created_hour=07&dduuid=cc77c2e02d280&device=0&device_type=desktop&os=Windows&ssid=6g9kbecaqhuma1ktp62osjdm8a&t=1771890602&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9c2010eb6dc4567be7d1a0bf48dddaa9da4903aa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();