(function() { const u = '/apps/statistics.php?aid=23&browser=IE&created_date=20260108&created_hour=07&dduuid=388375c89d28c&device=0&device_type=desktop&os=Windows&ssid=i8s7gjjmqg39aag3dkukouot5c&t=1767828502&typeid=5&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ebb5d1d6ff4936c068c628a30c7e6c5b324d74cc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();