(function() { const u = '/apps/statistics.php?aid=435568&browser=IE&created_date=20260307&created_hour=20&dduuid=29baa75ebfcfc&device=0&device_type=desktop&os=Windows&ssid=mmlj3k188fm72qukqf4tn6174d&t=1772888167&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f780b4f4e951eb90648c7c9df65de0361d054787&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();