(function() { const u = '/apps/statistics.php?aid=459295&browser=IE&created_date=20260306&created_hour=13&dduuid=2f5a214d05321&device=0&device_type=desktop&os=Windows&ssid=rrh5r8r8adv28ridn17vm8p588&t=1772773273&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=710d7a86e33a8d654e689442f631da062da18db3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();