(function() { const u = '/apps/statistics.php?aid=457358&browser=IE&created_date=20260311&created_hour=02&dduuid=642e0ed9b97ff&device=0&device_type=desktop&os=Windows&ssid=g400nf8l6j8i4jrvsg83aqb9nd&t=1773166934&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0774fb4d8fe28ec4acaaf321f2004f7f4ce7cf07&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();