(function() { const u = '/apps/statistics.php?aid=141257&browser=IE&created_date=20260311&created_hour=07&dduuid=92edf7540ccc5&device=0&device_type=desktop&os=Windows&ssid=mi80h0t1vnontuu1cvttp0o6ts&t=1773184331&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f2819874b2ec4fcb19d4d8c0c5c4266cb9bfef46&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();