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