(function() { const u = '/apps/statistics.php?aid=269273&browser=IE&created_date=20260315&created_hour=01&dduuid=67ae619724029&device=0&device_type=desktop&os=Windows&ssid=id00mtm64239j6lvi881jcn593&t=1773508594&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=565ea05aee34b1a50fe113d8c51dc122e6b88c82&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();