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