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