(function() { const u = '/apps/statistics.php?aid=410308&browser=IE&created_date=20260303&created_hour=14&dduuid=ad6a199630c15&device=0&device_type=desktop&os=Windows&ssid=kl50j1m54l936ocbb0mm1ojl0i&t=1772518504&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=10ae0b0ac0ec6fca13befb79d171e0b7e9083f74&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();