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