(function() { const u = '/apps/statistics.php?aid=360200&browser=IE&created_date=20260310&created_hour=22&dduuid=99fb9a3daa37e&device=0&device_type=desktop&os=Windows&ssid=7v7q52efku3fp5nl90kdj482u3&t=1773152656&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9cef1683fb6e83a2a27127c65dfd42880dd5d53b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();