(function() { const u = '/apps/statistics.php?aid=154458&browser=IE&created_date=20260303&created_hour=11&dduuid=1843cb0e5b07f&device=0&device_type=desktop&os=Windows&ssid=qhuojibddk9b4gv990nn4dt9vf&t=1772508782&typeid=24&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ac885894630576583aa92c772df109f1ea89cdd1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();