(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250917&created_hour=12&dduuid=3b243daeb0737&device=0&device_type=desktop&os=Windows&ssid=9gno1ceoftcp5jn3trn0snce9s&t=1758082291&typeid=0&url_type=2&value=&sign=04138c8c5ceab3aaa458a745ff523d944063528e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();