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