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