(function() { const u = '/apps/statistics.php?aid=383100&browser=IE&created_date=20260311&created_hour=09&dduuid=2f2de3a301340&device=0&device_type=desktop&os=Windows&ssid=pcjnlsaq6beer86f6d47s0icj0&t=1773192355&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ce227b9b3264c8d6a945fd6d8d49072c9b2af601&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();