(function() { const u = '/apps/statistics.php?aid=437992&browser=IE&created_date=20260304&created_hour=02&dduuid=57449bb0f1041&device=0&device_type=desktop&os=Windows&ssid=conmhcg4pmrllluuge77dk9bq9&t=1772563250&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ff53e5fc5435db90bfc623072380e1e5bed61303&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();