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