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