(function() { const u = '/apps/statistics.php?aid=435236&browser=IE&created_date=20260308&created_hour=17&dduuid=191d8fd49179e&device=0&device_type=desktop&os=Windows&ssid=4gfosamdgitoedbbe937pn02mv&t=1772963024&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ec21ba1ca2b46ca46d32df736a30c81e1a4e200f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();