(function() { const u = '/apps/statistics.php?aid=213653&browser=IE&created_date=20251222&created_hour=08&dduuid=908f7211c4571&device=0&device_type=desktop&os=Windows&ssid=gjmg5528kp2s1vldcejthadgd2&t=1766363150&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7a127c1d86efe4a144ae3038880e660750079294&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();