(function() { const u = '/apps/statistics.php?aid=355102&browser=IE&created_date=20260311&created_hour=20&dduuid=137a6883ca954&device=0&device_type=desktop&os=Windows&ssid=m0rpa3i15rr8sjtbb90d9liqcd&t=1773232818&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2e0e085bd55facfbb9092c8a9577e60ef3aeec25&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();