(function() { const u = '/apps/statistics.php?aid=380564&browser=IE&created_date=20260123&created_hour=08&dduuid=7fd6becfbd932&device=0&device_type=desktop&os=Windows&ssid=n324jmuog9ov3q7h9t0qaijgi0&t=1769129431&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4fa215c5c59b4f599992a57a0ee9d1f3dc2a0606&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();