(function() { const u = '/apps/statistics.php?aid=402113&browser=IE&created_date=20260125&created_hour=06&dduuid=fd6e0aab4164d&device=0&device_type=desktop&os=Windows&ssid=pvdd2nd601brjmf0m4uu08iba8&t=1769292980&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=193b3758dbdd0f10812bb89cfa97649cba0f05a5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();