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