(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251109&created_hour=07&dduuid=9a2c7d5bd77ca&device=0&device_type=desktop&os=Windows&ssid=a7drgb07l7s7i8f2it5vju9nde&t=1762644079&typeid=0&url_type=2&value=&sign=13eea2d5c792305dd095803613e541884fe5595b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();