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