(function() { const u = '/apps/statistics.php?aid=383682&browser=IE&created_date=20260324&created_hour=10&dduuid=e9ad6a475f2d6&device=0&device_type=desktop&os=Windows&ssid=1a0jttutan8altc0rev70q2c6d&t=1774319833&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0bd0ebbafe3d292acdd97b75894fe83c6dfeefea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();