(function() { const u = '/apps/statistics.php?aid=98714&browser=IE&created_date=20260224&created_hour=00&dduuid=c953a67c99b76&device=0&device_type=desktop&os=Windows&ssid=qi4r6ufjgkrq51hh1c34p4skmu&t=1771865242&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c351c0423189879eca79832358e49fcede1768e6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();