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