(function() { const u = '/apps/statistics.php?aid=439632&browser=IE&created_date=20251225&created_hour=21&dduuid=8e03009a7e998&device=0&device_type=desktop&os=Windows&ssid=4fh9576an0tovk7llq3ood7f60&t=1766670520&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=61c051bf4b2edd3d00e788665ee79d821389aa14&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();