(function() { const u = '/apps/statistics.php?aid=113161&browser=IE&created_date=20260324&created_hour=08&dduuid=66427a7c20480&device=0&device_type=desktop&os=Windows&ssid=hr2cm04f066ieocvrnme26qqib&t=1774313108&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=81a6eb1a3a345a43e2ef5df1db86da6c8a1aa15e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();