(function() { const u = '/apps/statistics.php?aid=450706&browser=IE&created_date=20260307&created_hour=17&dduuid=52f82b1c34ab6&device=0&device_type=desktop&os=Windows&ssid=ju6dklmo0h6n1idkph2qmh8qq4&t=1772874576&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3a0e58db6cb6f1ee03e1b553d27ec52f9e1ce143&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();