(function() { const u = '/apps/statistics.php?aid=435064&browser=IE&created_date=20260306&created_hour=04&dduuid=b58b463a2eda8&device=0&device_type=desktop&os=Windows&ssid=s2v7fjjlrt916ue1ekk9upsk6p&t=1772744386&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bebf934abc6383401e77dab446cafc2733a3ea6c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();