(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=14&dduuid=401135dd0cb76&device=0&device_type=desktop&os=Windows&ssid=r64jcna2r0bfu22nbt5di6a933&t=1758175415&typeid=0&url_type=2&value=&sign=8ca673c090485c78c69cba48f2c456f94520baaa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();