(function() { const u = '/apps/statistics.php?aid=400505&browser=IE&created_date=20260308&created_hour=01&dduuid=80409df9fe158&device=0&device_type=desktop&os=Windows&ssid=kfggd4i75kf514d7n3u7huap1d&t=1772905880&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c182e2ce29659919f84547051c4ed15fa1c435a0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();