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