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