(function() { const u = '/apps/statistics.php?aid=363150&browser=IE&created_date=20251221&created_hour=15&dduuid=d1f56592240c3&device=0&device_type=desktop&os=Windows&ssid=f3956tq3a4ntodf3d6gnq2l9ip&t=1766303080&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dffb9c55d0e6ea550895b8098cb5ac879f1c3873&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();