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