(function() { const u = '/apps/statistics.php?aid=385203&browser=IE&created_date=20260310&created_hour=01&dduuid=6d4e7508985c4&device=0&device_type=desktop&os=Windows&ssid=b95k50s3g215nvq8v8ubfnt1cq&t=1773076491&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=df3d7e3fce43b7d54d38a85b6214f7a8044e2418&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();