(function() { const u = '/apps/statistics.php?aid=435651&browser=IE&created_date=20260305&created_hour=03&dduuid=670d82cc12f64&device=0&device_type=desktop&os=Windows&ssid=6svv79p0sqnoifqjhknrem923k&t=1772653631&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a35ce06174eda6797ef2e4388af9851269704311&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();