(function() { const u = '/apps/statistics.php?aid=432464&browser=IE&created_date=20260304&created_hour=01&dduuid=f986050d25280&device=0&device_type=desktop&os=Windows&ssid=r7d4epr6lcph9gd3cchh7p1efc&t=1772558311&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=092a461502a5dfad67bdb13a207ec65e5bcf5007&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();