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