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