(function() { const u = '/apps/statistics.php?aid=414384&browser=IE&created_date=20260304&created_hour=10&dduuid=74884cde2f398&device=0&device_type=desktop&os=Windows&ssid=7c968rpqt0f28g9hqett52qh2u&t=1772589971&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0dff70aea2b417e318d6badc2454349ab8bfb71a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();