(function() { const u = '/apps/statistics.php?aid=440681&browser=IE&created_date=20260316&created_hour=02&dduuid=c1dbeeebfd7d8&device=0&device_type=desktop&os=Windows&ssid=r7pme3doqletmtertlq8tdn2nr&t=1773599138&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ed758388c877fcc2a5a1323706d0c046265f0c51&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();