(function() { const u = '/apps/statistics.php?aid=363105&browser=IE&created_date=20260225&created_hour=04&dduuid=cf0366c0d8b2a&device=0&device_type=desktop&os=Windows&ssid=8ov56pk9f2c0blg9eecbind7d1&t=1771964537&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5fc4279f7dfde4c80650b12bae0c31de61b6ec40&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();