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