(function() { const u = '/apps/statistics.php?aid=452840&browser=IE&created_date=20260310&created_hour=21&dduuid=1a418f271d4dd&device=0&device_type=desktop&os=Windows&ssid=2jt6j08qgqbeoct2a5fuk73ko8&t=1773147924&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2f9acb60b85d701aedcc028854b845bb74375d89&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();