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