(function() { const u = '/apps/statistics.php?aid=404778&browser=IE&created_date=20260311&created_hour=08&dduuid=171d5623f218d&device=0&device_type=desktop&os=Windows&ssid=i4d4lpsqoh54nf4vctsv452q95&t=1773187484&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=18f142833f50f96f50269923b736896cd02222ca&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();