(function() { const u = '/apps/statistics.php?aid=449086&browser=IE&created_date=20260123&created_hour=10&dduuid=b4b860aa6d831&device=0&device_type=desktop&os=Windows&ssid=pskc75q4i3juf0g2pl1dkb8bnk&t=1769136503&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=354e84a0fee345173b5e7a5e1410fe5443e57605&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();