(function() { const u = '/apps/statistics.php?aid=47111&browser=IE&created_date=20260112&created_hour=17&dduuid=1acd20c4d4800&device=0&device_type=desktop&os=Windows&ssid=on83samqeuks071uusejnrb4de&t=1768209621&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e153aae1161cee28e99448eb0eb485ec450ef563&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();