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