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