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