(function() { const u = '/apps/statistics.php?aid=402567&browser=IE&created_date=20260126&created_hour=11&dduuid=11a19e9796e32&device=0&device_type=desktop&os=Windows&ssid=lie7ke6ag8gbqdvhh06tvu5ua9&t=1769397482&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=202aca68edf46cedcb9a2801a848f6b45f32ce17&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();