(function() { const u = '/apps/statistics.php?aid=404533&browser=IE&created_date=20260125&created_hour=03&dduuid=19ebfa2a17e60&device=0&device_type=desktop&os=Windows&ssid=6tadsp82d7a6r0es0sbg4g3gc5&t=1769282637&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=793ce4497d8a9fd905785ed394e89967c98ef6b0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();