(function() { const u = '/apps/statistics.php?aid=450561&browser=IE&created_date=20260225&created_hour=15&dduuid=3552cba976e91&device=0&device_type=desktop&os=Windows&ssid=3o3j965i87c6bp7cro425d8105&t=1772004276&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7b4faeafd453f7938dd6575a3b5d13d3b6cb1eb8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();