(function() { const u = '/apps/statistics.php?aid=434656&browser=IE&created_date=20260313&created_hour=01&dduuid=2a81f518b1411&device=0&device_type=desktop&os=Windows&ssid=9898jv0p5lq71r3amgpfq3orod&t=1773337664&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=94de7c70990786ce5fa545576c79979bedaa90b7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();