(function() { const u = '/apps/statistics.php?aid=435748&browser=IE&created_date=20260305&created_hour=04&dduuid=4d5a3e3022740&device=0&device_type=desktop&os=Windows&ssid=41btehgasqi4spnpmn9743buj8&t=1772657869&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=81195c5e5caa9ae649a57ccea09b8cf20a10955e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();