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