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