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