(function() { const u = '/apps/statistics.php?aid=439&browser=IE&created_date=20260306&created_hour=04&dduuid=e0bfc93a1367d&device=0&device_type=desktop&os=Windows&ssid=o8qhdq2kfg45bl5dfhq3ha7eaf&t=1772744075&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3ece28a4c368312fe6ac3434ce42d6fd646b94aa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();