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