(function() { const u = '/apps/statistics.php?aid=412212&browser=IE&created_date=20251129&created_hour=16&dduuid=ca50b17793787&device=0&device_type=desktop&os=Windows&ssid=uc4rd5eeeev29loqm27er5ilg0&t=1764406334&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2ba094efab44c4781d18516d57c37a0c23116b7a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();