(function() { const u = '/apps/statistics.php?aid=448693&browser=IE&created_date=20260111&created_hour=16&dduuid=92f78404fab82&device=0&device_type=desktop&os=Windows&ssid=03roc10if6n1cpefvc31erm10s&t=1768121508&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=de22dcd059a50da6aab362d757a65d675efdaaec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();