(function() { const u = '/apps/statistics.php?aid=345920&browser=IE&created_date=20260306&created_hour=15&dduuid=931f93ba0f4ba&device=0&device_type=desktop&os=Windows&ssid=4c6lq2v9nbh065v90gb2tvamc7&t=1772780741&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c5f019d03380f5cf8afd63ddfd76904436b34642&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();