(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251021&created_hour=23&dduuid=c409ec23abae0&device=0&device_type=desktop&os=Windows&ssid=oi2a2aqsm4e9f19lr91ojdju6m&t=1761061415&typeid=0&url_type=2&value=&sign=5f35383cadbf4c0206bd0fed89be3e5b5163efd3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();