(function() { const u = '/apps/statistics.php?aid=430226&browser=IE&created_date=20260119&created_hour=06&dduuid=d99b34f478c0d&device=0&device_type=desktop&os=Windows&ssid=5u6a6lc58o5rc4af0c5a5gkc6a&t=1768776923&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4996133e7823046be1f7ea0a4d1bf2d742e049e1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();