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