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