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