(function() { const u = '/apps/statistics.php?aid=365433&browser=IE&created_date=20251220&created_hour=06&dduuid=8acda38855051&device=0&device_type=desktop&os=Windows&ssid=hl8m4sj6epcedms05cc1pa1i8c&t=1766185138&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3c866c6d8cc3d37babc2fdf2dae1c64ffe1be0b1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();