(function() { const u = '/apps/statistics.php?aid=243669&browser=IE&created_date=20260121&created_hour=09&dduuid=5f39680186749&device=0&device_type=desktop&os=Windows&ssid=n069nnu2bgq488t5cf3ilrptqh&t=1768958442&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=101295b585cfc4565544f49a027da66e0524d2a3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();