(function() { const u = '/apps/statistics.php?aid=413322&browser=IE&created_date=20260119&created_hour=09&dduuid=772bd18ddd430&device=0&device_type=desktop&os=Windows&ssid=lhglabcpmirhkjgh0luf09hcp5&t=1768787217&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=33dc0e408f0ce27fc8845adc7ae1e61f46ca419c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();