(function() { const u = '/apps/statistics.php?aid=451387&browser=IE&created_date=20260307&created_hour=03&dduuid=567a4dc51b628&device=0&device_type=desktop&os=Windows&ssid=t5bd3l9qjekbtdrleph80hrbvu&t=1772825365&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e080abf86feeb1d320104d9cddc62758d0046c17&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();