(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251022&created_hour=02&dduuid=2a1d1e946e395&device=0&device_type=desktop&os=Windows&ssid=b9gisaldht3g144i6nfc4u6neq&t=1761070970&typeid=0&url_type=2&value=&sign=857f7fcc627fccbf18f6b97b755689224b80947e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();