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