(function() { const u = '/apps/statistics.php?aid=455085&browser=IE&created_date=20260306&created_hour=06&dduuid=b9c0c3c4c179b&device=0&device_type=desktop&os=Windows&ssid=71ju3k08o6s59d52i03pii7o3j&t=1772748810&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=45ff396ca84a49eca85f2cf771da620c3a8507f3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();