(function() { const u = '/apps/statistics.php?aid=434958&browser=IE&created_date=20260306&created_hour=15&dduuid=ee815a0e86e92&device=0&device_type=desktop&os=Windows&ssid=h31fbl06hnufu2mq37v9efu6s0&t=1772780736&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=650204c5a2ad3e76f48bb734ed9f005c00b83fa7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();