(function() { const u = '/apps/statistics.php?aid=35965&browser=IE&created_date=20260227&created_hour=15&dduuid=686b1fd50e1a0&device=0&device_type=desktop&os=Windows&ssid=dai3mtri25ab8v9n4833rbmupt&t=1772177265&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1035d34f6bad1ea2684f380d9d96cfa3af1d4abe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();