(function() { const u = '/apps/statistics.php?aid=141273&browser=IE&created_date=20260124&created_hour=01&dduuid=488c630ea3831&device=0&device_type=desktop&os=Windows&ssid=5k488ssaogknmcijr8edjjpfhf&t=1769190822&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6a956c8418bc6c5beb305b5e1eb52a19316db1f2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();