(function() { const u = '/apps/statistics.php?aid=447822&browser=IE&created_date=20260119&created_hour=22&dduuid=2afc8d8f059e6&device=0&device_type=desktop&os=Windows&ssid=71bm0eillk8h6pj4gjj87930e0&t=1768832114&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e38d06a4cbd03b189a2fd1fd802d45aa4f4226c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();