(function() { const u = '/apps/statistics.php?aid=260584&browser=IE&created_date=20260316&created_hour=05&dduuid=fdf2cc3c30bb8&device=0&device_type=desktop&os=Windows&ssid=r9te0s9c62ve494rg0dsftcrie&t=1773609551&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e17ba904355a6cfd48a44ac19df2c4ac1035231e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();