(function() { const u = '/apps/statistics.php?aid=454621&browser=IE&created_date=20260224&created_hour=02&dduuid=f79823950eaad&device=0&device_type=desktop&os=Windows&ssid=h7i16c29mjr47pf3f62kaprmk7&t=1771871837&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d4ba045276691bedbcc04b4d3de88754fa97e286&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();