(function() { const u = '/apps/statistics.php?aid=207128&browser=IE&created_date=20260227&created_hour=04&dduuid=0aeeb3cead68b&device=0&device_type=desktop&os=Windows&ssid=q5aqo6q0poosjlsahsm79rncnk&t=1772137800&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d17d6b4f61bc3bbc0398f6bb5c23329d7c7354c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();