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