(function() { const u = '/apps/statistics.php?aid=418841&browser=IE&created_date=20260308&created_hour=01&dduuid=1be41f01375b6&device=0&device_type=desktop&os=Windows&ssid=fe7p0ciki93e4tqn75vm1nsair&t=1772906396&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4c3315768fd89dfdabfc5fabe4cd9d9baf405cc1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();