(function() { const u = '/apps/statistics.php?aid=342830&browser=IE&created_date=20251222&created_hour=08&dduuid=fc1f394c3ce02&device=0&device_type=desktop&os=Windows&ssid=5bkk84stmgim5j8s1voo4ucmji&t=1766362991&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=29e913b6ace5d007ff174ba71bd16de0f1e8f209&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();