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