(function() { const u = '/apps/statistics.php?aid=435725&browser=IE&created_date=20260306&created_hour=16&dduuid=7952579dceb29&device=0&device_type=desktop&os=Windows&ssid=3mf0eeo0r7f1ub6eq1esv0q013&t=1772787408&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7349598c813814e87cd1a799090b313b5c3bb91e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();