(function() { const u = '/apps/statistics.php?aid=455352&browser=IE&created_date=20260304&created_hour=16&dduuid=3f9a1bab95526&device=0&device_type=desktop&os=Windows&ssid=i4is3qqlkrq9gld9lb9v5bigde&t=1772614731&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=121b4cacf999f0c020f1b2612e9c18dff8e9e289&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();