(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=06&dduuid=92fd7c78eb51f&device=0&device_type=desktop&os=Windows&ssid=9khfv41vmicrmm73vsf0bvm2vb&t=1757974646&typeid=0&url_type=2&value=&sign=d3b176ecbfc3823dc0f0f324159ca0c5a49ae35e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();