(function() { const u = '/apps/statistics.php?aid=404591&browser=IE&created_date=20260125&created_hour=01&dduuid=12fb52177e626&device=0&device_type=desktop&os=Windows&ssid=rprqhq4qu5p6cek9fg0d03qq4f&t=1769276416&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e956ac229583269189e86513a2ddd67020fcfd05&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();