(function() { const u = '/apps/statistics.php?aid=207978&browser=IE&created_date=20260102&created_hour=19&dduuid=0a9944f24329a&device=0&device_type=desktop&os=Windows&ssid=i5p5d31psm1etvsk18a9u44jrm&t=1767352398&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=21b831122f501881d2f07dc23cb0300eb2a276d1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();