(function() { const u = '/apps/statistics.php?aid=451382&browser=IE&created_date=20260307&created_hour=08&dduuid=69467140f5c86&device=0&device_type=desktop&os=Windows&ssid=4402uo49tu9m1ktuf51v8qgraq&t=1772842353&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=853ce8dbcf53700e6d151ba0b8d7b7d0fbadb15a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();