(function() { const u = '/apps/statistics.php?aid=42749&browser=IE&created_date=20260228&created_hour=03&dduuid=aca105e2dd82e&device=0&device_type=desktop&os=Windows&ssid=qahd2e12di35ncu3hhsdsgstau&t=1772222081&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=95fe57be2adbffef500b264ea6322d50aa220f34&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();