(function() { const u = '/apps/statistics.php?aid=42793&browser=IE&created_date=20260124&created_hour=05&dduuid=480f79485f403&device=0&device_type=desktop&os=Windows&ssid=rlu7o1a1t9otooidpgopn1tvk1&t=1769202908&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e8364078d4f87001b78e4fb32e7bab1aefe5591&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();