(function() { const u = '/apps/statistics.php?aid=452501&browser=IE&created_date=20260306&created_hour=01&dduuid=b906e41c2c4ee&device=0&device_type=desktop&os=Windows&ssid=q14oihqmtmq92t18tms0c3m3q0&t=1772731812&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ff12e9029c032925507c87e25c5590aecd4e1928&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();