(function() { const u = '/apps/statistics.php?aid=440901&browser=IE&created_date=20260308&created_hour=14&dduuid=70fd8e4efe150&device=0&device_type=desktop&os=Windows&ssid=tto17b6u2vjkdnpd7nrel6ctet&t=1772952479&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cbdd50bca5dcf6fcb088373991248e6416c99ce6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();