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