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