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