(function() { const u = '/apps/statistics.php?aid=438153&browser=IE&created_date=20251224&created_hour=16&dduuid=127b0410896ec&device=0&device_type=desktop&os=Windows&ssid=lug7ke0g1u9rbjihhfrdl03k5c&t=1766566242&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b0372db3ccbfd92ff025b7981e623fe984b853d5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();