(function() { const u = '/apps/statistics.php?aid=438210&browser=IE&created_date=20251227&created_hour=18&dduuid=e41632b69f7ba&device=0&device_type=desktop&os=Windows&ssid=5v6dpfobgnn7d91msvmtu56j4t&t=1766831715&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=90e03748ab06566cb163c8ee27cd847a89518b37&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();