(function() { const u = '/apps/statistics.php?aid=448392&browser=IE&created_date=20260124&created_hour=16&dduuid=913a4a182218b&device=0&device_type=desktop&os=Windows&ssid=c8jotagpbqaigi0oo97jden6c3&t=1769243015&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=87f0b8fa26b72df4a95c8b63d5f6440e7dcd404e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();