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