(function() { const u = '/apps/statistics.php?aid=433825&browser=IE&created_date=20260102&created_hour=19&dduuid=847cea28a607b&device=0&device_type=desktop&os=Windows&ssid=a7qap7l7legcap187947om2t2h&t=1767351844&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b360cd14b036c4623b5c0302d7c422d3f9240ce5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();