(function() { const u = '/apps/statistics.php?aid=334319&browser=IE&created_date=20260307&created_hour=14&dduuid=9be7f04c23e9e&device=0&device_type=desktop&os=Windows&ssid=vp5osh47ceafu1lslf8359sqmc&t=1772863957&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=866142ce5added8279155903b7f0bb4449addf9c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();