(function() { const u = '/apps/statistics.php?aid=446889&browser=IE&created_date=20260226&created_hour=11&dduuid=0610f7eaf6c1a&device=0&device_type=desktop&os=Windows&ssid=9b22f6n3epsog05ocm5lto8qtm&t=1772077833&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=80618ee878b50b7feac478152c4294c49a5dadb0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();