(function() { const u = '/apps/statistics.php?aid=425046&browser=IE&created_date=20260310&created_hour=10&dduuid=bf61de94d5d9c&device=0&device_type=desktop&os=Windows&ssid=nmrsk7a9du3pgrhth5c6o1tl7f&t=1773110809&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=637bc793c492373d57b2e95a7dada31867878c15&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();