(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=22&dduuid=0be83ea712e78&device=0&device_type=desktop&os=Windows&ssid=ei01qa9bk29tmsnui3v1m1ts2m&t=1757945900&typeid=0&url_type=2&value=&sign=23238ea7c55923f2a14aa1f790f90164580a1303&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();