(function() { const u = '/apps/statistics.php?aid=22711&browser=IE&created_date=20260118&created_hour=12&dduuid=897bc97f2158a&device=0&device_type=desktop&os=Windows&ssid=rtu3n2l6dl7t7fhi80qb3cb81n&t=1768711812&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7ee72026ab0850944104c4834a6d89f36512028b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();