(function() { const u = '/apps/statistics.php?aid=454433&browser=IE&created_date=20260304&created_hour=23&dduuid=b49f8db9cbf0d&device=0&device_type=desktop&os=Windows&ssid=rc38vu1bgifohv2i357oacned3&t=1772637684&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=738d65f09796333703088e24fdc3a8ee4c13a10d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();