(function() { const u = '/apps/statistics.php?aid=445729&browser=IE&created_date=20260307&created_hour=18&dduuid=9cc31c5378f0b&device=0&device_type=desktop&os=Windows&ssid=r1s4642rg0orou2l0giqi2hgej&t=1772880469&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=508d895744341156409a4855698750f8a90aee56&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();