(function() { const u = '/apps/statistics.php?aid=449477&browser=IE&created_date=20260307&created_hour=22&dduuid=ab23afca7595f&device=0&device_type=desktop&os=Windows&ssid=8q61cjihcacbtkrctc1epdoih9&t=1772892998&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=154aa98fedf1c889af8e74d8910ef45e2e3479f5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();