(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251102&created_hour=12&dduuid=50ec9ca979b69&device=0&device_type=desktop&os=Windows&ssid=habb7dmph2oelikb8qc2pojkbh&t=1762059055&typeid=0&url_type=2&value=&sign=21d9442b0239d9a276defae7003b67418c69cc8b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();