(function() { const u = '/apps/statistics.php?aid=440757&browser=IE&created_date=20260311&created_hour=02&dduuid=cd9e47b0132c2&device=0&device_type=desktop&os=Windows&ssid=6pnuk1mhkfjfahcggfn47aifni&t=1773166793&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7eff8e54eb9ba34030e85e62ca727e3f52358160&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();