(function() { const u = '/apps/statistics.php?aid=398934&browser=IE&created_date=20260129&created_hour=15&dduuid=3663dc3c8fe5d&device=0&device_type=desktop&os=Windows&ssid=rc8fcant0vk82g3t4duc0tdmds&t=1769672967&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=08fc4211c601eb36131ad7b6f4fe4efc34b05a0f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();