(function() { const u = '/apps/statistics.php?aid=396940&browser=IE&created_date=20260130&created_hour=23&dduuid=700fcc60f8696&device=0&device_type=desktop&os=Windows&ssid=27q9k1tr9ct989k7mdt9fn9ngk&t=1769788448&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2049cf03fc305eab68b6aa13a13eca2e52bbd7e8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();