(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251012&created_hour=00&dduuid=175c1e2c04bc7&device=0&device_type=desktop&os=Windows&ssid=cf9v8ktm33tji1dqk7p0lfog6n&t=1760199185&typeid=0&url_type=2&value=&sign=09ccf67c5928b8b65ed78b29e479978c09ed218a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();