(function() { const u = '/apps/statistics.php?aid=441388&browser=IE&created_date=20260316&created_hour=02&dduuid=be037bdab9f16&device=0&device_type=desktop&os=Windows&ssid=urnpgcevpevv7pom8i8q01l48a&t=1773598183&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=de6b42089e0b44ae930b84967967802a167cce2e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();