(function() { const u = '/apps/statistics.php?aid=449031&browser=IE&created_date=20260113&created_hour=11&dduuid=a83400d8bf3ae&device=0&device_type=desktop&os=Windows&ssid=h17vecascgsghn6l5k99olibs6&t=1768275706&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=03ac12c5211c923e1f1350563d8271e7ece3715f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();