(function() { const u = '/apps/statistics.php?aid=448434&browser=IE&created_date=20260122&created_hour=11&dduuid=16a04b66dea89&device=0&device_type=desktop&os=Windows&ssid=5g4s78d50rjp8qlr6dduehojmo&t=1769053567&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1aa3d1a3a50ca81a49c7e7cb7b710cb5994f868e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();