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