(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=11&dduuid=071ca5a56d667&device=0&device_type=desktop&os=Windows&ssid=5ci2dmtbc31c0tfqlacbkbcclr&t=1757908221&typeid=0&url_type=2&value=&sign=da2bc2534c11756137cab3eef66b3df11f653e9e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();