(function() { const u = '/apps/statistics.php?aid=445708&browser=IE&created_date=20251230&created_hour=06&dduuid=614a6bc888832&device=0&device_type=desktop&os=Windows&ssid=7kcr8g58v3k42fb206b1haf9ns&t=1767046366&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0347a1dfc8a68615d50913c49d5b2ca6ac5ebd1a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();