(function() { const u = '/apps/statistics.php?aid=181&browser=IE&created_date=20260312&created_hour=08&dduuid=9498ffc5a65d9&device=0&device_type=desktop&os=Windows&ssid=3ed83kird5r7oh5n0hbhojvvdt&t=1773274303&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=32fb3a8065c3e901e5f84c49a426fb18a196282c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();