(function() { const u = '/apps/statistics.php?aid=191477&browser=IE&created_date=20260115&created_hour=03&dduuid=191b372dfaf30&device=0&device_type=desktop&os=Windows&ssid=ipm12qb723a8ul0fd4ad6138hp&t=1768417986&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0d322e2680bd8971c1fe5e3fbb7ba345b87d8b25&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();