(function() { const u = '/apps/statistics.php?aid=445574&browser=IE&created_date=20260304&created_hour=12&dduuid=5fe0f09f7db52&device=0&device_type=desktop&os=Windows&ssid=s1b5mmghjb6hahq1dgd13ojagg&t=1772600151&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2041fd28a33ae9f1a23e84b385c35e715e964993&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();