(function() { const u = '/apps/statistics.php?aid=207560&browser=IE&created_date=20260113&created_hour=07&dduuid=4a8b2cfbb5110&device=0&device_type=desktop&os=Windows&ssid=dpqqgr2m5ahg9uvqc4t8i9mvmf&t=1768261684&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e8021adb0a76e3177fed88677088641d653ff750&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();