(function() { const u = '/apps/statistics.php?aid=385520&browser=IE&created_date=20260305&created_hour=06&dduuid=2950f0c042ede&device=0&device_type=desktop&os=Windows&ssid=qttqjriq8h9330kmn8od8lcvkt&t=1772664078&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=216ddd2addf7502f037e897b820df1d4fcdbac50&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();