(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=15&dduuid=0165ac1352d86&device=0&device_type=desktop&os=Windows&ssid=cg54j9mg9dnt5bsjdrjil2lcvp&t=1758180698&typeid=0&url_type=2&value=&sign=81c4e37e5de5674a6ca454b0a9176f9b36721aab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();