(function() { const u = '/apps/statistics.php?aid=435323&browser=IE&created_date=20251231&created_hour=21&dduuid=60df560d1efd1&device=0&device_type=desktop&os=Windows&ssid=t56976ashfeceuob31p0a653rs&t=1767189352&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6d4bb0e0084dabc04fb16b7a79605ab504535d09&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();