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